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/index.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lessons/index.json') 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" } ] -- cgit v1.2.3