From 599e5bb3b9cf774d4c3680644cf4bd0596fd34c0 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Thu, 18 Jul 2024 10:39:11 +0700 Subject: Start migrating (and rewriting) lessons, NEW FEATURE: quizzes (unfinished) --- lessons/matematika/1-exponents/3.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 lessons/matematika/1-exponents/3.json (limited to 'lessons/matematika/1-exponents/3.json') diff --git a/lessons/matematika/1-exponents/3.json b/lessons/matematika/1-exponents/3.json new file mode 100644 index 0000000..29e0ed3 --- /dev/null +++ b/lessons/matematika/1-exponents/3.json @@ -0,0 +1,24 @@ +{ + "randomised": false, + "questionCountForRandomisation": 0, + "questions": [ + { + "question": "Is simpliCity a bad game?", + "attachment": "", + "answers": [ + { + "answer": "Yes", + "correct": true + }, + { + "answer": "Maybe", + "correct": false + }, + { + "answer":"No", + "correct": false + } + ] + } + ] +} -- cgit v1.2.3