Skip to content

A Java-quiz application designed to test users' knowledge on various topics. The application utilizes the Swing and AWT libraries for creating an interactive graphical user interface.

Notifications You must be signed in to change notification settings

Sakshimahale12/Java-Quiz-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Java Quiz Application

A simple quiz application built in Java to practice creating graphical user interfaces using Swing and AWT.

Features

  • 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.

Getting Started

Follow these steps to run the quiz application on your local machine:

  1. Compile the Java files: javac QuizApp.java
  2. Run the application: java QuizApp
  3. Answer the questions within the 15-second time limit.

Screenshots

Screenshot (2029) Screenshot (2030) Screenshot (2031)

Technology used:

  • Java 8
  • java-swing and AWT libraries
  • Ant build tools
  • Netbeans 8.2

Scenerio

  1. Run the application from netbeans
  2. Login as student
  3. Add a question
  4. View marks of all student
  5. close and run the app again and login as student this time
  6. participate in exam
  7. you will see marks at the end of exam

About

A Java-quiz application designed to test users' knowledge on various topics. The application utilizes the Swing and AWT libraries for creating an interactive graphical user interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages