This is the full repository imported from VSC using Git.
It is a small quiz website built to test on available topics (Algebra and Vocabulary are the only ones so far).
It's my first multi-page project on Vanilla.
Credit to James C Quick for the functionality.
The main functionality was inspired/derived from his tutorial.
There are four main pages:
- The honme page is what introduces users what the website is about.
- The quiz start page which acts as the quiz title screen.
- The quiz page which gets a set of questions and uses them at random. You try your best to answer them.
- The results page give you your grade.
There may be more to add in the future.
The parts where I added my own spin to it are the nav bar which navigates to the quiz or home page, but the topic you choose in the nav bar determines which set of questions (.json file) the quiz fetches data from.
In addition, I added multiple subjects.