https://github.com/rajkhanke/quiz_application_using_java
A GUI Based MCQ Quiz Application design solely in Java using Java Swing and AWT on different topics like vocabulary, Mathematics, aptitude and English.
https://github.com/rajkhanke/quiz_application_using_java
awt java oops swing-gui
Last synced: 3 months ago
JSON representation
A GUI Based MCQ Quiz Application design solely in Java using Java Swing and AWT on different topics like vocabulary, Mathematics, aptitude and English.
- Host: GitHub
- URL: https://github.com/rajkhanke/quiz_application_using_java
- Owner: RajKhanke
- Created: 2024-04-28T18:51:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T19:03:28.000Z (about 1 year ago)
- Last Synced: 2024-04-29T19:38:07.239Z (about 1 year ago)
- Topics: awt, java, oops, swing-gui
- Language: Java
- Homepage:
- Size: 422 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz_Application_using_Java
It is a Quiz application developed in Java using the various Object Oriented programming concepts like inhertance,polymorphism etc using GUI tools like Swing and AWT (abstract windows toolkit).
The Quiz contains 20 mcq choice questions for each of the four different topics havind different timers, rules and regulations.
The topics of the quizzes include Vocabulary, English, Mathematics and Aptitude.
The system also shows the marks and correspnding performance level of the candidate as the conclusion in the last.
For implementation fo timers the concept of Multihtreading is used.
The starting point of the project is login.java where user can login using his/her credentials.
afterwards, all rules files contains rules and regulations and subject files are denoted by that subject name itself.
The standard or level of performance as well as difficulties are set at different level for different subjects based on provided time to solve each question and complexity of the Quiz.
The abstraction techniques are also implemented for variable and data security.
Direct clone the repository using the command :
git clone https://github.com/RajKhanke/Quiz_Application_using_Java.git