this repo has no description
1{
2 "id": "lesson-01",
3 "topicId": "travel",
4 "title": "Getting Around",
5 "xpReward": 10,
6 "exercises": [
7 {
8 "type": "multiple-choice",
9 "prompt": "What does 'Saan' mean?",
10 "promptAudio": true,
11 "choices": [
12 "Where",
13 "When",
14 "What",
15 "Who"
16 ],
17 "correctIndex": 0,
18 "audioText": "Saan"
19 },
20 {
21 "type": "matching-pairs",
22 "prompt": "Match the Tagalog direction words with their English translations",
23 "pairs": [
24 {
25 "left": "Kanan",
26 "right": "Right"
27 },
28 {
29 "left": "Kaliwa",
30 "right": "Left"
31 },
32 {
33 "left": "Deretso",
34 "right": "Straight"
35 },
36 {
37 "left": "Malapit",
38 "right": "Near"
39 }
40 ]
41 },
42 {
43 "type": "translation",
44 "prompt": "Translate to English: 'Saan ang istasyon?'",
45 "promptAudio": true,
46 "acceptedAnswers": [
47 "Where is the station?",
48 "where is the station?"
49 ],
50 "hint": "'Saan' means 'where' and 'istasyon' sounds like its English equivalent",
51 "audioText": "Saan ang istasyon?"
52 },
53 {
54 "type": "fill-in-the-blank",
55 "prompt": "Ask where something is located",
56 "sentence": "___ ang palengke?",
57 "blank": "Saan",
58 "hint": "The question word for 'where'",
59 "wordBank": [
60 "Saan",
61 "Ano",
62 "Kailan",
63 "Bakit"
64 ]
65 },
66 {
67 "type": "multiple-choice",
68 "prompt": "What is the Tagalog word for 'far'?",
69 "promptAudio": false,
70 "choices": [
71 "Malayo",
72 "Malapit",
73 "Malaki",
74 "Maliit"
75 ],
76 "correctIndex": 0
77 },
78 {
79 "type": "speak",
80 "prompt": "Say this direction in Tagalog",
81 "phrase": "Kumaliwa ka, tapos deretso.",
82 "promptAudio": true,
83 "acceptedAnswers": [
84 "kumaliwa ka tapos deretso",
85 "kumaliwa ka, tapos deretso"
86 ]
87 },
88 {
89 "type": "matching-pairs",
90 "prompt": "Match these travel-related words",
91 "pairs": [
92 {
93 "left": "Sasakyan",
94 "right": "Vehicle"
95 },
96 {
97 "left": "Eroplano",
98 "right": "Airplane"
99 },
100 {
101 "left": "Dito",
102 "right": "Here"
103 },
104 {
105 "left": "Doon",
106 "right": "There"
107 }
108 ]
109 },
110 {
111 "type": "translation",
112 "prompt": "Translate to Tagalog: 'The station is near'",
113 "promptAudio": false,
114 "acceptedAnswers": [
115 "Malapit ang istasyon",
116 "malapit ang istasyon",
117 "Ang istasyon ay malapit",
118 "ang istasyon ay malapit"
119 ],
120 "hint": "'Near' is 'malapit' and 'station' is 'istasyon'"
121 }
122 ]
123}