-
Notifications
You must be signed in to change notification settings - Fork 2
JSON File Format
Rohan Bansal edited this page Jun 4, 2018
·
2 revisions
The data used to import and save quizzes is stored in a JSON file database. Each file contains the name of the quiz, the amount of question, their names, and the contents (answers).
For an example, open the ExampleJSON.json file in the code section of the repository.
Coded and Written by Rohan Bansal