This commit is contained in:
silverpro89
2026-01-26 20:23:08 +07:00
parent 53d97ba5db
commit 2c7b4675a7
49 changed files with 12668 additions and 1 deletions

106
data/moveup/g1/unit6.json Normal file
View File

@@ -0,0 +1,106 @@
[
{
"chapter_id": "uuid_chapter_6",
"lesson_number": 1,
"lesson_title": "Lesson 1: Food and Drinks",
"lesson_type": "json_content",
"lesson_description": "Identify some food and drink",
"lesson_content_type": "vocabulary",
"content_json": {
"type": "vocabulary",
"learning_objectives": ["identify some food and drink"],
"vocabulary": ["salad", "milk", "pizza"]
}
},
{
"chapter_id": "uuid_chapter_6",
"lesson_number": 2,
"lesson_title": "Lesson 2: Food Questions",
"lesson_type": "json_content",
"lesson_description": "Ask questions with HAVE, recognize A vs AN",
"lesson_content_type": "grammar",
"content_json": {
"type": "grammar",
"learning_objectives": [
"make Yes/No questions with HAVE",
"recognize the difference between A and AN"
],
"grammar": "Do you have an apple? Yes, I do./ No, I don't."
}
},
{
"chapter_id": "uuid_chapter_6",
"lesson_number": 3,
"lesson_title": "Lesson 3: Letters I, J, K, L, M",
"lesson_type": "json_content",
"lesson_description": "Recognize letters I, J, K, L, M and their sounds",
"lesson_content_type": "phonics",
"content_json": {
"type": "phonics",
"learning_objectives": [
"recognize and say the names of the letters I, j, k, l, m",
"review the upper and lower forms of the letters",
"associate them with their corresponding sounds",
"pronounce the sounds /ɪ/, /ʤ/, /k/, /l/, /m/ at the beginning of words",
"pronounce the sounds /k/, /l/, /m/ at the end of words"
],
"letters": ["I", "J", "K", "L", "M"],
"sounds": ["/ɪ/", "/ʤ/", "/k/", "/l/", "/m/"],
"vocabulary": ["insect", "jellyfish", "kangaroo", "lollipop", "man"]
}
},
{
"chapter_id": "uuid_chapter_6",
"lesson_number": 4,
"lesson_title": "Lesson 4: Review Numbers and Colors",
"lesson_type": "json_content",
"lesson_description": "Review numbers 1-10 and colors",
"lesson_content_type": "review",
"content_json": {
"type": "review",
"learning_objectives": ["review numbers 1-10", "review colors"]
}
},
{
"chapter_id": "uuid_chapter_6",
"lesson_number": 5,
"lesson_title": "Lesson 5: Review Food and Drinks",
"lesson_type": "json_content",
"lesson_description": "Review numbers 1-10 and colors",
"lesson_content_type": "review",
"content_json": {
"type": "review",
"learning_objectives": ["review numbers 1-10", "review colors"]
}
},
{
"chapter_id": "uuid_chapter_6",
"lesson_number": 6,
"lesson_title": "Lesson 6: Challenge",
"lesson_type": "json_content",
"lesson_description": "Review unit 6 and check understanding",
"lesson_content_type": "review",
"content_json": {
"type": "review",
"learning_objectives": [
"review unit 6",
"check their understanding about food and drinks"
]
}
},
{
"chapter_id": "uuid_chapter_6",
"lesson_number": 7,
"lesson_title": "Lesson 7: Fun Time",
"lesson_type": "json_content",
"lesson_description": "Review food and drinks, draw and write",
"lesson_content_type": "review",
"content_json": {
"type": "activity",
"learning_objectives": [
"review food and drinks",
"draw and write food and drinks"
]
}
}
]