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.
- Host: GitHub
- URL: https://github.com/gaitherdb/web-api-code-quiz
- Owner: Gaitherdb
- Created: 2021-06-18T18:01:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T20:47:15.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T12:12:57.576Z (4 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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**