Skip to content

Drussell15/hwk4-js-quiz-djr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

hwk4

https://drussell15.github.io/hwk4-js-quiz-djr/.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published