Skip to content

TechnoAndy/Multiple-Choice-Quiz-JavaScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple-Choice-Quiz-JavaScript

This is a JavaScript-based multiple-choice quiz. In this quiz, users will be presented with three answer choices and must select the correct one within a 10-second time limit. If a user fails to answer within the allotted time, the quiz will automatically move on to the next question and mark the current question as incorrect. Additionally, there will be a progress bar to display the total number of questions and indicate whether the user answered each question correctly or not.

Quiz

Features

  • The user is given three questions.
  • A time limit to answer.
  • Progress bar.
  • Score tracking.

How to Play

  • Select the correct answer and move to the next question
  • Don't answer within 10 seconds and move to the next question
  • *Score is displayed at the end

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/TechnoAndy/Multiple-Choice-Quiz-JavaScript
    

Acknowledgments

About

A Multiple Choice Quiz Created Using JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.0%
  • CSS 34.3%
  • HTML 12.7%