update
All checks were successful
Deploy to Production / deploy (push) Successful in 23s

This commit is contained in:
silverpro89
2026-01-27 18:33:35 +07:00
parent 2c7b4675a7
commit 816794a861
14 changed files with 1827 additions and 3 deletions

136
data/family/g1/unit4.json Normal file
View File

@@ -0,0 +1,136 @@
[
{
"chapter_id": "uuid_chapter_4_grade1",
"lesson_number": 1,
"lesson_title": "Lesson 1: Animals",
"lesson_type": "json_content",
"lesson_description": "Learn animal words and use them in a chant",
"lesson_content_type": "vocabulary",
"content_json": {
"type": "vocabulary",
"learning_objectives": [
"to learn animal words",
"to use animal words in the form of a chant"
],
"vocabulary": ["bird", "bear", "hippo", "crocodile", "tiger"]
}
},
{
"chapter_id": "uuid_chapter_4_grade1",
"lesson_number": 2,
"lesson_title": "Lesson 2: What are they?",
"lesson_type": "json_content",
"lesson_description": "Ask and answer about animals",
"lesson_content_type": "grammar",
"content_json": {
"type": "grammar",
"learning_objectives": [
"to ask and answer 'What are they? They're (bears)'",
"to recognize plurals with 's'",
"to sing a song"
],
"grammar": "What are they? They're bears."
}
},
{
"chapter_id": "uuid_chapter_4_grade1",
"lesson_number": 3,
"lesson_title": "Lesson 3: Letters J & K",
"lesson_type": "json_content",
"lesson_description": "Recognize letters J and K and their sounds",
"lesson_content_type": "phonics",
"content_json": {
"type": "phonics",
"learning_objectives": [
"to recognize the upper- and lowercase forms of the letters j and k",
"to associate them with the sounds /dʒ/ and /k/",
"to pronounce the sounds /dʒ/ and /k/",
"to be familiar with the names of the letters j and k"
],
"letters": ["J", "K"],
"sounds": ["/dʒ/", "/k/"],
"vocabulary": ["jug", "juice", "kangaroo", "key"]
}
},
{
"chapter_id": "uuid_chapter_4_grade1",
"lesson_number": 4,
"lesson_title": "Lesson 4: Numbers 9 and 10",
"lesson_type": "json_content",
"lesson_description": "Learn and use numbers 9 and 10",
"lesson_content_type": "vocabulary",
"content_json": {
"type": "vocabulary",
"learning_objectives": [
"to recognize and say the numbers 9 and 10",
"to use the numbers 9 and 10 in the context of a song"
],
"vocabulary": ["nine", "ten"]
}
},
{
"chapter_id": "uuid_chapter_4_grade1",
"lesson_number": 5,
"lesson_title": "Lesson 5: Letters L & M",
"lesson_type": "json_content",
"lesson_description": "Recognize letters L and M and their sounds",
"lesson_content_type": "phonics",
"content_json": {
"type": "phonics",
"learning_objectives": [
"to recognize the upper- and lowercase forms of the letters l and m",
"to associate them with the sounds /l/ and /m/",
"to pronounce the sounds /l/ and /m/",
"to be familiar with the names of the letters l and m"
],
"letters": ["L", "M"],
"sounds": ["/l/", "/m/"],
"vocabulary": ["lion", "lollipop", "man", "mango"]
}
},
{
"chapter_id": "uuid_chapter_4_grade1",
"lesson_number": 6,
"lesson_title": "Lesson 6: Story and Values",
"lesson_type": "json_content",
"lesson_description": "Understand a short story and learn values",
"lesson_content_type": "review",
"content_json": {
"type": "review",
"learning_objectives": [
"to recognize and identify words",
"to understand a short story",
"to review and consolidate language introduced in the unit"
],
"values": ["Be kind to animals"]
}
},
{
"chapter_id": "uuid_chapter_4_grade1",
"lesson_number": 7,
"lesson_title": "Culture: Children's Day",
"lesson_type": "json_content",
"lesson_description": "Learn about Children's Day in Japan",
"lesson_content_type": "vocabulary",
"content_json": {
"type": "vocabulary",
"learning_objectives": ["to learn about Children's Day in Japan"],
"vocabulary": ["fish", "bird", "flower", "frog"]
}
},
{
"chapter_id": "uuid_chapter_4_grade1",
"lesson_number": 8,
"lesson_title": "Consolidation",
"lesson_type": "json_content",
"lesson_description": "Review and test Unit 4",
"lesson_content_type": "review",
"content_json": {
"type": "review",
"learning_objectives": [
"to review and consolidate language introduced in the unit",
"to do Unit Test"
]
}
}
]