Skip to content

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.

Clone this wiki locally