The following application is a 10 question quiz. Each user has 30 seconds to complete an answer. For every wrong answer, 10 seconds will be deducted from the time for each question and 5 seconds will be added for every right answer. If the timer runs out or a user completes the quiz, the quiz will end. When the quiz ends, a user can see their current high score and log their high score.
- 10 Question Quiz
- Questions iterate through an array of questions and answers
- Score are saved to local storage
- HTML
- CSS
- Javascript
https://singhbawan.github.io/Quiz/index.html
Reference Images