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: