Code-quiz-HW4 User story for assignment:
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
talking through the tasks:
need a start page- with button to begin
timer needs to begin as soon as start cicked
timer needs to count down from set time to zero
when answer is clicked, then move to next question until quiz completed
when timer reaches zero-game over
answer wrong= time penalty
answer correctn+ no change
at end- user enters intials like old school pacman
enter initials, save and push to file- save in local storeage
summary of project:
use html,css and javascript to create quiz i multiple choice format.