/timedquiz

A timed quiz on JavaScript made with JavaScript.

Primary LanguageJavaScript

timedQuiz

A timed quiz with questions related to Javascript. The Quiz is to be completed in a 75 seconds time frame. User must answer all the question in the slotted time period. If the time runs out, the quiz ends. User is given a penalty for each wrong answer by reducing the available time by one second. User's score for the quiz is the time remainig on the clock. At the end of the quiz, user may enter their initials and save the score in local-storage. User can view the past highscroes by clicking the 'HighScores' link. The HighScores can also be cleared from the local-storage. The Project is deployed at - https://sandyboon.github.io/timedquiz/

Welcome Screen - Welcome-Screen Quiz Question - Quiz-Question User is shown a response when the select an answer - Quiz-Question User can save their score - Quiz-Question User can clear the local storage - Quiz-Question