Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.04 KB

File metadata and controls

29 lines (22 loc) · 1.04 KB

Java Quiz Project Using JSON

Technology and Tool Used

  • Intellij IDEA
  • Java

How to run this project

  • Clone this project
  • Run

Prerequisite

  • Java jdk (11 is recommended) must be installed

Features

Admin

  • 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