Trivia Game is a javascript application using timers to allow users to take a triva quiz.
-
The game consist of a form with multiple choice trivia questions.
-
The player will have a limited amount of time to finish the quiz.
- The game ends when the time runs out. The page will reveal the number of questions that players answer correctly and incorrectly.
-
The game will only let the player pick one answer per question.
-
The game includes a countdown timer that ends the game once the time is up.
- Javascript and JQuery
- HTML and CSS
- Utilizes the javascript concept of using timmers.