https://github.com/prajun7/basic-quiz
It is a simple browser-based quiz game. There is a total of 5 questions, each question will have 4 options. And based on what the user chooses the score is displayed.
https://github.com/prajun7/basic-quiz
css vanilla-javascript
Last synced: 11 months ago
JSON representation
It is a simple browser-based quiz game. There is a total of 5 questions, each question will have 4 options. And based on what the user chooses the score is displayed.
- Host: GitHub
- URL: https://github.com/prajun7/basic-quiz
- Owner: prajun7
- Created: 2021-12-27T15:53:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T02:53:20.000Z (over 4 years ago)
- Last Synced: 2025-03-03T00:12:51.479Z (over 1 year ago)
- Topics: css, vanilla-javascript
- Language: HTML
- Homepage: https://prajun7.github.io/basic-quiz/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz-Game
It is a simple browser-based quiz game. There is a total of 5 questions, each question will have 4 options.
Upon answering all questions and clicking a Submit button,
it shows user the score, like ⅘ (4 correct and 1 incorrect).
**I am using vanilla JavaScript and HTML to create the quiz.**

**I am planning to add CSS in the future.**
Need to mark the incorrectly answered question in red and need to mark the correct answer in green.