/Java_Quiz_Game

A java quiz Project created by integrating json-simple in java using JSON manipulation techniques where user will be asked multiple choice questions extracted from json and admin can set multiple choice questions with options and correct answer and store it in Json array as having question as objects..

Primary LanguageJava

Java Quiz Game

This is a java quiz game created by integrating json-simple in java using JSON manipulation techniques.

  • Here, admin can create a Quiz Bank by adding mcq type questions and add relevant question options.
    Adding question to the Quiz Bank is demonstrated below:
Adding_Question.mov
  • User can give quiz and need to answer five questions where the five question will be extracted from the Quiz Bank randomnly.
    After answering five questions the result will be displayed to the user.
    Giving quiz by the user is demonstrated below:
Giving_Quiz.mov