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.
Prerequities
- JDK (for windows)
- OpenJDK (for Linux , also Oracle JDK can be used)
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 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.
- To compile the source file
$ cd Quiz-System
$ javac *.java
- Run the compiled program :
$ java MMMUT_QuizSystem
-
To create a jar file :
$ jar cvfe ./bin/Quiz-System.jar MMMUT_QuizSystem *.class images/*
- To run the jar file :
$ cd bin/
$ java -jar Quiz-System.jar
-
🍴 Fork this repo!
-
👯 Clone this repo from your github account to your local machine
- HACK AWAY! 🔨🔨🔨
-
🔃 Create a new pull request.