Skip to content

The "QuizApp-Java" repository on GitHub is a Java-based project that allows developers to create a quiz application with various features, such as multiple-choice questions, timers, and score tracking. The repository includes the source code for the project, as well as documentation on how to use and customize the quiz application.

Notifications You must be signed in to change notification settings

zafir100100/QuizApp-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizApp-Java

An application for exam managment.


Video Output:

demo.mp4

Scenerio

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

How to run this project

  • download Netbeans (8.2 or greater version)
  • clone this repo and open it from netbeans using File->Open Project
  • press the green run button

Technology used:

  • Java 8
  • Ant build tools
  • Netbeans 8.2

Admin Features:

  • Admin can add students
  • Add Questions to question bank
  • View marks of student

Student Features:

  • Can participate in exam
  • View result instantly after exam

Screenshots (Admin UI):

1 2 3 4 5

Screenshots (Student UI):

6 7 8 9

Admin credential:

  • default username: admin
  • default password: admin

Student credential:

  • You can change student credential from resources/databases/users.json
  • default username: a
  • default password: 1

Questions

  • Question are located in resources/databases/questions.json

Marks

  • Marks are located in resources/databases/users.json

Major Issues

  • Test score is not showing in UI and not updated in json if don't use jdk 8 and netbeans 8.2 (Apache Netbeans <= 16 seems ok but might generate issues)

About

The "QuizApp-Java" repository on GitHub is a Java-based project that allows developers to create a quiz application with various features, such as multiple-choice questions, timers, and score tracking. The repository includes the source code for the project, as well as documentation on how to use and customize the quiz application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages