You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone login with admin credentials present in the users.json file he/she can add questions
Admin can add questions (with answer key) in the question bank until he/she input 'q' to quit
Student
If someone login with other credentials present in the users.json file he/she will be considered as student
There will be 10 (random) questions that will be given to the student.
After finishing the quiz there will be a result saying how much marks the student has got.
Student can re-run the quiz again (with random questions) by pressing 's'
Admin Section Tutorial
admin.mp4
Student Section Tutorial
student.mp4
About
This is a console application project using Java and JSON that allows developers to create a quiz application with various features, such as multiple-choice questions and score tracking. The repository includes the source code for the project, as well as documentation on how to use and customize the application.