/Quiz-System

A simple Quiz System written in JAVA using swing framework

Primary LanguageJava

Quiz System

I made this project in my Sophomore Year. It is written in JAVA using Swing and Awt GUI framework. It is a simple Quiz application which requires candidate's details and then the MCQ test follows. After the completion of test the result is displayed with candidate's detail.


Installation

Prerequities

  • JDK (for windows)
  • OpenJDK (for Linux , also Oracle JDK can be used)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

  • Follow given steps :-

Clone

  • Clone this repo to your local machine https://github.com/mauryahimanshu/Quiz-System.git
  • To clone using command line (Git BASH needs to installed windows), run following commands
$ git clone https://github.com/mauryahimanshu/Quiz-System.git

or

  • by clicking on Green "Clone and Download" Button.

Setup

  • To compile the source file
$ cd Quiz-System
$ javac *.java
  • Run the compiled program :
$ java MMMUT_QuizSystem
  • To create a jar file :

    Already a prepared jar file is present in the bin folder

$ jar cvfe ./bin/Quiz-System.jar MMMUT_QuizSystem *.class images/*
  • To run the jar file :
$ cd bin/
$ java -jar Quiz-System.jar

Contributing

Step 1

  • 🍴 Fork this repo!

  • 👯 Clone this repo from your github account to your local machine

Step 2

  • HACK AWAY! 🔨🔨🔨

Step 3

  • 🔃 Create a new pull request.

  • If you liked this project give a star and fork it.