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

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.

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

Screen Shot 2022-03-07 at 8 51 48 PM

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