diff options
author | altaf-creator <dev@altafcreator.com> | 2024-07-18 10:39:11 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-07-18 10:39:11 +0700 |
commit | 599e5bb3b9cf774d4c3680644cf4bd0596fd34c0 (patch) | |
tree | aa697860db979d4b3f82fbbf80141153aa89db26 /lessons/matematika/1-exponents/3.json | |
parent | 5905c9767d071532c90aaf703108eb6fe6d5971f (diff) |
Start migrating (and rewriting) lessons, NEW FEATURE: quizzes (unfinished)
Diffstat (limited to 'lessons/matematika/1-exponents/3.json')
-rw-r--r-- | lessons/matematika/1-exponents/3.json | 24 |
1 files changed, 24 insertions, 0 deletions
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 + } + ] + } + ] +} |