This is a simple quiz application built in Java. It has questions with multiple options, and the user can select only one option for each question. The user will be able to see the final score after completing the quiz.
Installation
- Download the QuizApplication.java file and open it using any Java IDE (e.g., Eclipse, IntelliJ IDEA, NetBeans).
- Run the file.
Usage
- When the application is launched, the user will see a login page. The user has to enter their name and click on the "Rules" button to read the quiz rules.
- After reading the rules, the user can click on the "Start Quiz" button to start the quiz.
- The quiz has 10 questions, and the user can choose only one option for each question.
- The user has 15 seconds to answer each question, and the timer will start as soon as the question is displayed.
- The user can use the "50-50" lifeline to eliminate two incorrect options for a question.
- After answering all the questions, the user can see their final score.
Contribution Guidelines
If you want to contribute to this project, please follow the instructions below:
- Fork the repository.
- Create a new branch and make changes in that branch.
- Push your changes to your forked repository.
- Create a pull request and describe the changes you have made.
License
This project is licensed under the MIT License. You can use, modify, and distribute this code for commercial or non-commercial purposes. However, the author of the code is not responsible for any damage caused by the use of this code.