Releases: litch07/quiz-master-java
Releases · litch07/quiz-master-java
v1.0.0 – Quiz Master (Stable Release)
Stable release of Quiz Master, a Java Swing quiz application designed for classroom use and assessment workflows.
Highlights
- Clean, professional UI with consistent styling across all screens
- Student identity capture (name + ID) before starting a quiz
- Configurable max attempts per student from teacher settings
- Results window with Statistics, Recent Results, and Leaderboard tabs
- Reset Data option to clear attempts, results, and stats
- Question manager with validation and password protection
Run (from source)
- Compile:
javac *.java - Start:
java Main
Portable Build
- Windows ZIP includes bundled Java runtime,
QuizMaster.jar,questions.txt, andrun.bat - Extract and run
run.bat(no Java install required)
Notes
- Default teacher password:
admin - Max attempts can be set in Settings (0 = no trials)