Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 830 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 830 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 which will be saved in the json file.
    **Adding question to the Quiz Bank is demonstrated below:
Adding-Questions.mp4
  • 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:
Start-Quiz.mp4