A simple quiz application built in Java to practice creating graphical user interfaces using Swing and AWT.
- 10 multiple-choice questions on various topics.
- Each question has a time limit of 15 seconds.
- Questions are skipped if not answered within the time limit.
- Immediate feedback on correct and incorrect answers.
- Basic graphical interface using Swing and AWT.
Follow these steps to run the quiz application on your local machine:
- Compile the Java files:
javac QuizApp.java
- Run the application:
java QuizApp
- Answer the questions within the 15-second time limit.
- Java 8
- java-swing and AWT libraries
- Ant build tools
- Netbeans 8.2
- Run the application from netbeans
- Login as student
- Add a question
- View marks of all student
- close and run the app again and login as student this time
- participate in exam
- you will see marks at the end of exam