this repo has no description
at content-sections 280 lines 7.1 kB view raw
1{ 2 "sections": [ 3 { "id": 1, "name": "Foundations", "description": "Build your Tagalog base" }, 4 { "id": 2, "name": "Expanding", "description": "Grow your vocabulary and grammar" }, 5 { "id": 3, "name": "Practical", "description": "Real-world conversations" }, 6 { "id": 4, "name": "Further Learning", "description": "Advanced topics and culture" } 7 ], 8 "topics": [ 9 { 10 "id": "greetings", 11 "name": "Greetings", 12 "icon": "👋", 13 "description": "Learn basic Tagalog greetings and introductions", 14 "section": 1, 15 "prerequisites": [], 16 "lessons": ["lesson-01", "lesson-02"] 17 }, 18 { 19 "id": "basics", 20 "name": "Basics", 21 "icon": "📚", 22 "description": "Essential words and phrases", 23 "section": 1, 24 "prerequisites": ["greetings"], 25 "lessons": ["lesson-01", "lesson-02"] 26 }, 27 { 28 "id": "intro", 29 "name": "Introductions", 30 "icon": "🙋", 31 "description": "Introduce yourself and meet others", 32 "section": 1, 33 "prerequisites": ["basics"], 34 "lessons": ["lesson-01"] 35 }, 36 { 37 "id": "courtesy", 38 "name": "Being Polite", 39 "icon": "🙏", 40 "description": "Polite expressions and respect words", 41 "section": 1, 42 "prerequisites": ["intro"], 43 "lessons": ["lesson-01"] 44 }, 45 { 46 "id": "numbers", 47 "name": "Numbers", 48 "icon": "🔢", 49 "description": "Counting and numbers in Tagalog", 50 "section": 1, 51 "prerequisites": ["courtesy"], 52 "lessons": ["lesson-01"] 53 }, 54 { 55 "id": "colors", 56 "name": "Colors", 57 "icon": "🎨", 58 "description": "Learn the colors in Tagalog", 59 "section": 1, 60 "prerequisites": ["numbers"], 61 "lessons": ["lesson-01"] 62 }, 63 { 64 "id": "family", 65 "name": "Family", 66 "icon": "👨‍👩‍👧‍👦", 67 "description": "Family members and relationships", 68 "section": 1, 69 "prerequisites": ["colors"], 70 "lessons": ["lesson-01"] 71 }, 72 { 73 "id": "emotions", 74 "name": "Feelings", 75 "icon": "😊", 76 "description": "Express your feelings and emotions", 77 "section": 1, 78 "prerequisites": ["family"], 79 "lessons": ["lesson-01"] 80 }, 81 { 82 "id": "adjectives", 83 "name": "Describing", 84 "icon": "📝", 85 "description": "Describe things with adjectives", 86 "section": 1, 87 "prerequisites": ["emotions"], 88 "lessons": ["lesson-01"] 89 }, 90 { 91 "id": "body", 92 "name": "Body Parts", 93 "icon": "🦴", 94 "description": "Learn the parts of the body", 95 "section": 1, 96 "prerequisites": ["adjectives"], 97 "lessons": ["lesson-01"] 98 }, 99 { 100 "id": "clothing", 101 "name": "Clothing", 102 "icon": "👕", 103 "description": "Clothing and what you wear", 104 "section": 1, 105 "prerequisites": ["body"], 106 "lessons": ["lesson-01"] 107 }, 108 { 109 "id": "animals", 110 "name": "Animals", 111 "icon": "🐕", 112 "description": "Common animals in Tagalog", 113 "section": 1, 114 "prerequisites": ["clothing"], 115 "lessons": ["lesson-01"] 116 }, 117 { 118 "id": "home", 119 "name": "Home", 120 "icon": "🏠", 121 "description": "Around the house", 122 "section": 1, 123 "prerequisites": ["animals"], 124 "lessons": ["lesson-01"] 125 }, 126 { 127 "id": "nature", 128 "name": "Nature", 129 "icon": "🌿", 130 "description": "Nature and the environment", 131 "section": 1, 132 "prerequisites": ["home"], 133 "lessons": ["lesson-01"] 134 }, 135 { 136 "id": "time", 137 "name": "Time", 138 "icon": "⏰", 139 "description": "Telling time in Tagalog", 140 "section": 1, 141 "prerequisites": ["nature"], 142 "lessons": ["lesson-01"] 143 }, 144 { 145 "id": "days", 146 "name": "Days & Months", 147 "icon": "📅", 148 "description": "Days of the week and months", 149 "section": 1, 150 "prerequisites": ["time"], 151 "lessons": ["lesson-01"] 152 }, 153 { 154 "id": "weather", 155 "name": "Weather", 156 "icon": "⛅", 157 "description": "Talk about the weather", 158 "section": 1, 159 "prerequisites": ["days"], 160 "lessons": ["lesson-01"] 161 }, 162 { 163 "id": "verbs1", 164 "name": "Actions", 165 "icon": "🏃", 166 "description": "Common everyday verbs", 167 "section": 1, 168 "prerequisites": ["weather"], 169 "lessons": ["lesson-01"] 170 }, 171 { 172 "id": "daily", 173 "name": "Daily Routine", 174 "icon": "📋", 175 "description": "Talk about your daily activities", 176 "section": 1, 177 "prerequisites": ["verbs1"], 178 "lessons": ["lesson-01"] 179 }, 180 { 181 "id": "food", 182 "name": "Food", 183 "icon": "🍜", 184 "description": "Food, drinks, and dining vocabulary", 185 "section": 1, 186 "prerequisites": ["daily"], 187 "lessons": ["lesson-01"] 188 }, 189 { 190 "id": "shopping", 191 "name": "Shopping", 192 "icon": "🛒", 193 "description": "Shopping and money vocabulary", 194 "section": 1, 195 "prerequisites": ["food"], 196 "lessons": ["lesson-01"] 197 }, 198 { 199 "id": "market", 200 "name": "At the Market", 201 "icon": "🏪", 202 "description": "Buying and selling at the market", 203 "section": 1, 204 "prerequisites": ["shopping"], 205 "lessons": ["lesson-01"] 206 }, 207 { 208 "id": "restaurant", 209 "name": "Eating Out", 210 "icon": "🍽️", 211 "description": "Ordering food at restaurants", 212 "section": 1, 213 "prerequisites": ["market"], 214 "lessons": ["lesson-01"] 215 }, 216 { 217 "id": "school", 218 "name": "School", 219 "icon": "🏫", 220 "description": "School and education vocabulary", 221 "section": 1, 222 "prerequisites": ["restaurant"], 223 "lessons": ["lesson-01"] 224 }, 225 { 226 "id": "jobs", 227 "name": "Jobs", 228 "icon": "💼", 229 "description": "Occupations and work", 230 "section": 1, 231 "prerequisites": ["school"], 232 "lessons": ["lesson-01"] 233 }, 234 { 235 "id": "sports", 236 "name": "Sports", 237 "icon": "⚽", 238 "description": "Sports and hobbies vocabulary", 239 "section": 1, 240 "prerequisites": ["jobs"], 241 "lessons": ["lesson-01"] 242 }, 243 { 244 "id": "health", 245 "name": "Health", 246 "icon": "🏥", 247 "description": "Health and wellness vocabulary", 248 "section": 1, 249 "prerequisites": ["sports"], 250 "lessons": ["lesson-01"] 251 }, 252 { 253 "id": "directions", 254 "name": "Directions", 255 "icon": "🧭", 256 "description": "Asking for and giving directions", 257 "section": 1, 258 "prerequisites": ["health"], 259 "lessons": ["lesson-01"] 260 }, 261 { 262 "id": "travel", 263 "name": "Travel", 264 "icon": "✈️", 265 "description": "Travel phrases and directions", 266 "section": 1, 267 "prerequisites": ["directions"], 268 "lessons": ["lesson-01"] 269 }, 270 { 271 "id": "phrases", 272 "name": "Phrases", 273 "icon": "💬", 274 "description": "Common everyday phrases", 275 "section": 1, 276 "prerequisites": ["travel"], 277 "lessons": ["lesson-01"] 278 } 279 ] 280}