Skip to content

mynamebrogrammer/Js-coding-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Js-coding-quiz

This is a mini quiz that will start a timer once the start button is clicked and will prompt a quiz question for the user to answer. This quiz will save the user's score and post it to webpage upon user confirmation.

User Story

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

Acceptance Criteria

GIVEN I am taking a code quiz WHEN I click the start button THEN a timer starts and I am presented with a question WHEN I answer a question THEN I am presented with another question WHEN I answer a question incorrectly THEN time is subtracted from the clock WHEN all questions are answered or the timer reaches 0 THEN the game is over WHEN the game is over THEN I can save my initials and score

upon load:

Screenshot (202)

once user clicks an answer, the quiz moves to the next quiz question and will go on..

Screenshot (203)

until the user reaches the end of the quiz and is asked if they would like to post thier score. Afterwards, User has the option to clear the high scores

or go back to the beginning to restart the quiz. Screenshot (207)

About

This is a mini quiz that will start a timer once the start button is clicked and will prompt a quiz question for the user to answer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors