This is a basic trivia game that allows a player to practice.
The following required functionality is completed:
- A user can view questions.
- Questions with their multiple choice options must be displayed one at a time.
- Questions should not repeat in a round.
- A user can select only 1 answer out of the 4 possible answers
- The correct answer must be revealed after a user has submitted their answer
- A user can see the score they received at the end of the round
Here's a walkthrough on how to run my code:
- After downloading the file you can click on the index.html to open the game.
To run it on Live Server:
-
Open project on VSCode.
-
Download the extension "Live Server."
-
Right click in the whitespace in the file, and select "Open in Live Server."
-
The project shoul open up in a browser.