Quiz Game Application
I created an interactive quiz game using HTML, CSS and JavaScript. When a user starts the game by clicking “Let’s Go”, a timer for 60 seconds begins and the first question pops up on the screen. If the question is answered correctly, an alert pops up and the user clicks “ok” to continue.
If the question is answered incorrectly, the timer automatically subtracts 10 seconds and the user must answer it correctly before going on to the next question. Once all questions are answered correctly, the user is prompted to type in their name and their score and name are recorded on the scoreboard.