Skip to content

Azok42/QuizApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1bdcdc0 · · Apr 24, 2026

History

28 Commits
Apr 24, 2026
Mar 25, 2026
Apr 24, 2026
Mar 11, 2026
Apr 23, 2026

Repository files navigation

QuizApplication

A minimalist, console-based Java quiz application with questions inside a json file.

Supported Question types

  • true-false
  • single choice
  • multiple choice
  • Q1

Prerequisites

  • Java Development Kit (JDK) 8 or higher.

Quick Method

Head to the releases and download the zip and unzip it.

Next go to your terminal and in the directory where you unziped the file run:

java -jar QuizApplication.jar load examples/java.questions

# or of course any other mode

Getting Started

  • Clone:
git clone https://github.com/Azok42/QuizApplication.git
  • Compile:
cd QuizApplication
javac -cp  "lib/json-java.jar:src" -d bin src/quiz_application/**/*.java
  • Run:
cd bin

java -cp p ".:../lib/json-java.jar" quiz_application.Quiz load ../example/java.questions

# or
java -cp  ".:../lib/json-java.jar" quiz_application.Quiz help # for help because you will need it if you want to use this crap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages