summaryrefslogtreecommitdiff
path: root/lessons/index.json
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2024-07-18 10:39:11 +0700
committeraltaf-creator <dev@altafcreator.com>2024-07-18 10:39:11 +0700
commit599e5bb3b9cf774d4c3680644cf4bd0596fd34c0 (patch)
treeaa697860db979d4b3f82fbbf80141153aa89db26 /lessons/index.json
parent5905c9767d071532c90aaf703108eb6fe6d5971f (diff)
Start migrating (and rewriting) lessons, NEW FEATURE: quizzes (unfinished)
Diffstat (limited to 'lessons/index.json')
-rw-r--r--lessons/index.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/lessons/index.json b/lessons/index.json
index 6a1e824..afdcdde 100644
--- a/lessons/index.json
+++ b/lessons/index.json
@@ -26,22 +26,22 @@
{
"id": 1,
"type": "lesson",
- "titleEn": "Lesson 1: Exponent",
- "titleId": "Pelajaran 1: Pangkat",
+ "titleEn": "Lesson 2: Roots",
+ "titleId": "Pelajaran 2: Akar",
"grade": 9,
"status": 1,
"authors": [ "Athaalaa Altaf Hafidz" ],
- "pathEn": "/lessons/matematika/1-exponents/1.md",
- "pathId": "/lessons/matematika/1-exponents/1-id.md"
+ "pathEn": "/lessons/matematika/1-exponents/2.md",
+ "pathId": "/lessons/matematika/1-exponents/2-id.md"
},
{
- "id": 999,
+ "id": 3,
"type": "quiz",
"titleEn": "quiz title",
"titleId": "judul kuis",
"grade": 9,
"authors": [ "John Doe", "Jane Doe" ],
- "pathEn": "path/to/file.json",
+ "pathEn": "/lessons/matematika/1-exponents/3.json",
"pathId": "path/to/file.json"
}
]