AS A coding boot camp student
I WANT to take a timed quiz on JavaScript fundamentals that stores high scores
SO THAT I can gauge my progress compared to my peers
-
A start button that when clicked a timer starts and the first question appears.
- Questions contain buttons for each answer.
- When answer is clicked, the next question appears
- If the answer clicked was incorrect then subtract time from the clock
-
The quiz should end when all questions are answered or the timer reaches 0.
- When the game ends, it should display their score and give the user the ability to save their initials and their score
project urls for review:
- The URL of the functional, deployed application. https://ahmed140298.github.io/Code-Quiz.API/
- The URL of the GitHub repository. https://github.com/Ahmed140298/Code-Quiz.API
© 2022 edX Boot Camps LLC. Confidential and Proprietary. All Rights Reserved.