Skip to content

Jonathan-Goldstein/JavaScript-Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Script Quiz - Task:

As a coding boot camp student, I wanted to make a quiz on JavaScript fundamentals that stored high scores. This way I can gauge my progress compared to my peers.

The Application:

I was required to create an application using primarilly Javascript that conducts a multiple choice quiz. Below describes how the website functions:

1.) Upon clicking the start button, the user is presented with the first question and the timer begins the countdown.

2.) Upon answering a question correctly or incorrectly they are presented with the following question.

3.) Ten seconds is deducted from the timer if they answer incorrectly.

4.) When the timer runs out or the user answers every question, the quiz ends and the user is directed to save their score.

5.) The high scores page stores the names and scores of those who played the game, but the user has the option of resetting the scores to null.

6.) The high scores can be viewed at any time by clicking on the link at the top left of the page.

Link to the website:

https://jonathan-goldstein.github.io/JavaScript-Quiz/

Below are images showing the functional webpages:

The landing page:

plot

The multiple choice questions:

plot

Getting an answer right prompts "You got the right answer!":

plot

Getting an answer wrong prompts "Sorry, better luck next time!":

plot

The input for the user's name or initials:

plot

The high scores page:

plot

License & copyright

Licensed under the MIT License.

Releases

No releases published

Packages

 
 
 

Contributors