Skip to content

Implementation of an online test consisting of mutiple choice questions(MCQs).

Notifications You must be signed in to change notification settings

AnkurDey20/Online-Examination-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Online Examination System

Implementation of an online test consisting of 10 mutiple choice questions(MCQs) in Java Swing.

Swing API is a set of extensible GUI Components to ease the developer's life to create JAVA based Front End/GUI Applications. It is built on top of AWT API and acts as a replacement of AWT API since it has almost every control corresponding to AWT controls.

I have used java arrays to store the questions, options and answers. You can also use collection framework or a database in place of array. This project allows the examinee to mark questions for review and then reconsider them before going to the results.


Execution is as follows:-

Execution


Open to suggestions :)

About

Implementation of an online test consisting of mutiple choice questions(MCQs).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages