this repo has no description
1{
2 "id": "lesson-01",
3 "topicId": "time",
4 "title": "Telling Time",
5 "xpReward": 10,
6 "exercises": [
7 {
8 "type": "multiple-choice",
9 "prompt": "What does 'Anong oras na?' mean?",
10 "promptAudio": true,
11 "choices": ["What time is it?", "What day is it?", "How old are you?", "Where are you?"],
12 "correctIndex": 0
13 },
14 {
15 "type": "matching-pairs",
16 "prompt": "Match the time expressions",
17 "pairs": [
18 { "left": "Umaga", "right": "Morning" },
19 { "left": "Tanghali", "right": "Noon" },
20 { "left": "Hapon", "right": "Afternoon" },
21 { "left": "Gabi", "right": "Night" }
22 ]
23 },
24 {
25 "type": "translation",
26 "prompt": "Translate to English: 'Alas-otso na ng umaga'",
27 "promptAudio": true,
28 "acceptedAnswers": ["It's eight in the morning", "It is eight in the morning", "It's 8 in the morning", "8 o'clock in the morning"],
29 "hint": "'Alas-otso' means 'eight o'clock'"
30 },
31 {
32 "type": "fill-in-the-blank",
33 "prompt": "It is already noon",
34 "sentence": "___ na.",
35 "blank": "Tanghali",
36 "hint": "The time of day around 12 PM",
37 "wordBank": ["Tanghali", "Umaga", "Hapon", "Gabi"]
38 },
39 {
40 "type": "multiple-choice",
41 "prompt": "How do you say 'early' in Tagalog?",
42 "promptAudio": false,
43 "choices": ["Maaga", "Huli", "Ngayon", "Mamaya"],
44 "correctIndex": 0
45 },
46 {
47 "type": "matching-pairs",
48 "prompt": "Match time-related words",
49 "pairs": [
50 { "left": "Maaga", "right": "Early" },
51 { "left": "Huli", "right": "Late" },
52 { "left": "Ngayon", "right": "Now" },
53 { "left": "Mamaya", "right": "Later" }
54 ]
55 },
56 {
57 "type": "speak",
58 "prompt": "Ask 'What time is it?' in Tagalog",
59 "phrase": "Anong oras na?",
60 "promptAudio": true,
61 "acceptedAnswers": ["anong oras na"]
62 }
63 ]
64}