An open API service indexing awesome lists of open source software.

https://github.com/gaitherdb/web-api-code-quiz

This webpage presents a timed quiz on Javascript.
https://github.com/gaitherdb/web-api-code-quiz

css html javascript

Last synced: 2 months ago
JSON representation

This webpage presents a timed quiz on Javascript.

Awesome Lists containing this project

README

        

# Web API Coding Quiz

This webpage presents a timed quiz on Javascript.

## Functionality

The webpage displays your saved highscore, a timer, the rules for the quiz and a start button.

When the start button is clicked, the timer countdown begins.

Each question is multiple choice and the answer is chosen by clicking one of the options.

Each correct answer adds 20 points to their score, while each incorrect answer subtracts 5 seconds from the timer.

When each question is answered or the time has run out, the quiz ends.

The user is showed their score and then prompted to add their initials to save their best high score.

The best highscore is then presented with their intials and will save to their local system.

## Additional Info

![image](./assets/Coding-Quiz.png)

Deployed [Coding Quiz](https://gaitherdb.github.io/Web-API-Code-Quiz/) site on Github.

This application is made only using what we learned in class with the exception of the use of Window setTimeOut Method for additional features.

**Version 1.0**