From 9441e21f8929b06906d8fec72be2fce3fa7dd146 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Thu, 1 Jun 2023 20:14:22 +0200 Subject: [PATCH] example vault --- js/example.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 js/example.json 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