Interactive Quiz App
This is a simple interactive quiz application with a user-friendly interface. The quiz consists of multiple-choice questions, and users can test their knowledge by selecting answers. The application displays the user's score and percentage at the end of the quiz.
- User-friendly quiz interface.
- Randomized order of questions for each attempt.
- Score tracking and percentage calculation.
- Responsive design for various screen sizes.
-
Open
quiz.html
in your web browser to launch the quiz app. -
Click the "Start Quiz" button to begin the quiz.
-
Answer each question by clicking on the provided options.
-
Click the "Next" button to proceed to the next question.
-
At the end of the quiz, view your final score and percentage.
-
Optionally, restart the quiz by clicking the "Restart" button.
- HTML
- CSS
- JavaScript
quiz.html
: Main HTML file for the quiz interface.quiz.css
: CSS file for styling the quiz interface.quiz.js
: JavaScript file containing the quiz logic.
Feel free to customize the quiz by adding or modifying questions in the quiz.js
file. Each question consists of a prompt and a set of answers, with one correct answer specified.