diff --git a/js/example.json b/js/example.json new file mode 100644 index 0000000..dbe7723 --- /dev/null +++ b/js/example.json @@ -0,0 +1,38 @@ +{ + "name": "example", + "questions": [ + { + "quest": "Q1", + "answers": [ + "A", + "B", + "C", + "D" + ], + "correct": 0, + "explanation": "not close" + }, + { + "quest": "Q2", + "answers": [ + "A", + "B", + "C", + "D" + ], + "correct": 0, + "explanation": "not close" + }, + { + "quest": "Q3", + "answers": [ + "A", + "B", + "C", + "D" + ], + "correct": 0, + "explanation": "not close" + } + ] +} \ No newline at end of file