Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 784 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 784 Bytes

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