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

116
data/moveup/g1/unit5.json Normal file
View File

@@ -0,0 +1,116 @@
[
{
"chapter_id": "uuid_chapter_5",
"lesson_number": 1,
"lesson_title": "Lesson 1: Body Parts",
"lesson_type": "json_content",
"lesson_description": "Identify body parts and use in dialogue",
"lesson_content_type": "vocabulary",
"content_json": {
"type": "vocabulary",
"learning_objectives": [
"identify body parts",
"use the words in the content of a dialogue"
],
"vocabulary": ["arms", "nose", "face", "legs", "fingers", "hands"]
}
},
{
"chapter_id": "uuid_chapter_5",
"lesson_number": 2,
"lesson_title": "Lesson 2: Body Parts Questions",
"lesson_type": "json_content",
"lesson_description": "Ask and answer about body parts",
"lesson_content_type": "grammar",
"content_json": {
"type": "grammar",
"learning_objectives": [
"say sentences with these",
"complete sentences with these",
"recognize plural forms of nouns"
],
"grammar": "Are these your legs? Yes, they are./ No, they aren't"
}
},
{
"chapter_id": "uuid_chapter_5",
"lesson_number": 3,
"lesson_title": "Lesson 3: Letters A, B, C, D",
"lesson_type": "json_content",
"lesson_description": "Recognize letters A, B, C, D and their sounds",
"lesson_content_type": "phonics",
"content_json": {
"type": "phonics",
"learning_objectives": [
"recognize and say the names of the letters a, b, c, d",
"review the upper and lower forms of a, b, c, d",
"pronounce /b/ and /d/ at the ends of words"
],
"letters": ["A", "B", "C", "D"],
"sounds": ["/æ/", "/b/", "/k/", "/d/"],
"vocabulary": ["ant", "bus", "cake", "doll"]
}
},
{
"chapter_id": "uuid_chapter_5",
"lesson_number": 4,
"lesson_title": "Lesson 4: Letters E, F, G, H",
"lesson_type": "json_content",
"lesson_description": "Recognize letters E, F, G, H and their sounds",
"lesson_content_type": "phonics",
"content_json": {
"type": "phonics",
"learning_objectives": [
"review the upper- and lowercase forms of the letter e, f, g, and h",
"associate them with their corresponding sounds",
"pronounce the sound /f/ and /g/ at the ends of words",
"recognize the names of the letters Ee, Ff, Gg, and H"
],
"letters": ["E", "F", "G", "H"],
"sounds": ["/e/", "/f/", "/g/", "/h/"],
"vocabulary": ["eraser", "fan", "gift", "hamster", "shelf", "bag"]
}
},
{
"chapter_id": "uuid_chapter_5",
"lesson_number": 5,
"lesson_title": "Lesson 5: Review Body Parts",
"lesson_type": "json_content",
"lesson_description": "Review body parts and unit 5",
"lesson_content_type": "review",
"content_json": {
"type": "review",
"learning_objectives": ["review the body parts", "review unit 5"]
}
},
{
"chapter_id": "uuid_chapter_5",
"lesson_number": 6,
"lesson_title": "Lesson 6: Challenge",
"lesson_type": "json_content",
"lesson_description": "Review unit 5 and check understanding",
"lesson_content_type": "review",
"content_json": {
"type": "review",
"learning_objectives": [
"review unit 5",
"check their understanding about body parts"
]
}
},
{
"chapter_id": "uuid_chapter_5",
"lesson_number": 7,
"lesson_title": "Lesson 7: My Own Work",
"lesson_type": "json_content",
"lesson_description": "Review body parts, draw and write parts of body",
"lesson_content_type": "review",
"content_json": {
"type": "activity",
"learning_objectives": [
"review body parts",
"draw and write parts of body"
]
}
}
]