#vCoding Quiz meets JavaScript!
Goal: Create a Timed Quiz with Coding related multiple choice questions that stores high scores.
Criteria for the Coding Quiz:
-
Quiz must have a series of multiple choice questions.
-
Once user clicks "Start Quiz" button, timer then will count down.
-
If user chooses wrong answer, 10 seconds will be deducted from the timer.
-
Upon finishing the quiz, User will recieve a score and a prompt asking to enter initials.
- HTML
- CSS
- JavaScript
What exactly will the user experience look like?
Next the user then clicks on the "Start Quiz" button to get started.
The user will choose 1 of the 4 options, if correct answer is selected. The user will be alerted that the answer is "Correct!". If the user selects the wrong option, the "Wrong" alert will show and remove 10 seconds from the timer.
Upon completing the quiz, the user will be shown a score with a prompt to enter initials.
Here is the deployed URL: Coding Quiz
Coding is life guys!!

