This is a simple quiz application with a focus on Java programming questions. The user can navigate through questions, select answers, and submit the quiz to see their final score along with a review of their answers and the correct options.
Start the Quiz: The quiz starts when the user clicks the "Start Quiz" button. Question Navigation: Users can navigate through the questions using "Prev" and "Next" buttons. Submit Quiz: Upon completing all the questions, users can submit the quiz to see their score and review their answers. Review Section: After submission, the user sees a detailed summary of the selected answers along with the correct answers.
.
└─code
├── Quizze.html # Main HTML file
├── styles.css # CSS file for styling
└── script.js # JavaScript file for quiz logicFollow the instructions below to get the project running on your local machine.
You need a web browser to run this application.
- Clone the Repository
git clone https://github.com/DKk2/quiz-application.git- Navigate into the project directory
cd quiz-application- Open Quizze.html in a web browser to run the quiz application. You can either double-click the Quizzze.html file or open it in a browser by using:
open Quizze.html # for MacOS
start Quizze.html # for Windows- Start the quiz by clicking the "Start Quiz" button.
- Navigate through the questions using the Prev and Next buttons.
- Select an option for each question by clicking on the available options.
- Once you have answered all the questions, click Submit Quiz to view your score.
- After submission, you can review your selected answers and compare them with the correct answers.
- HTML5
- CSS3
- JavaScript


