-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfixture_data.json
More file actions
154 lines (154 loc) · 5.79 KB
/
fixture_data.json
File metadata and controls
154 lines (154 loc) · 5.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"animals_56": {
"activity_name": "Farm Animal Sounds and Letters",
"age_group": "5-6",
"duration_minutes": 20,
"topic": "Farm Animals",
"learning_goals": [
"Identify common farm animals by sight and sound.",
"Associate farm animal names with their initial letters."
],
"phases": [
{
"name": "Warm-Up",
"duration_minutes": 4,
"teacher_script": "Hello everyone! Today we're going to talk about animals! Can you make a 'moo' sound? Like a cow!",
"student_action": "Students make a 'moo' sound.",
"materials": []
},
{
"name": "Main Activity",
"duration_minutes": 10,
"teacher_script": "Look! I have pictures of farm animals! This is a cow. C-O-W. What sound does a cow make? Moo! The first letter of cow is C. Can you say 'C'?",
"student_action": "Students look at pictures, say 'moo', and say the letter 'C'. Teacher repeats for other animals: Pig (oink, P), Duck (quack, D), Sheep (baa, S).",
"materials": [
"Pictures of farm animals (cow, pig, duck, sheep)"
]
},
{
"name": "Practice",
"duration_minutes": 4,
"teacher_script": "Now, I will say a sound. If you hear 'oink oink', point to the pig! If you hear 'baa baa', point to the sheep!",
"student_action": "Students point to the correct animal picture when the teacher makes the animal sound.",
"materials": [
"Pictures of farm animals (cow, pig, duck, sheep)"
]
},
{
"name": "Wrap-Up",
"duration_minutes": 2,
"teacher_script": "Great job everyone! You learned about farm animals and their sounds! Can you say 'cow' again? And the letter? C!",
"student_action": "Students repeat 'cow' and 'C'. Teacher gives positive reinforcement.",
"materials": []
}
],
"vocabulary": [
{
"word": "cow",
"example": "The cow says moo."
},
{
"word": "pig",
"example": "The pig says oink."
},
{
"word": "duck",
"example": "The duck says quack."
},
{
"word": "sheep",
"example": "The sheep says baa."
},
{
"word": "C",
"example": "C for cow."
},
{
"word": "P",
"example": "P for pig."
},
{
"word": "D",
"example": "D for duck."
},
{
"word": "S",
"example": "S for sheep."
}
],
"assessment_tip": "Observe if students can correctly identify the animals by sound and point to the corresponding picture. Note if they can recall the initial letter for each animal.",
"offline_notes": "This activity requires only printed pictures of farm animals. The teacher's voice guides all interactions, and students respond verbally and physically (pointing). No electronic devices or internet are needed."
},
"weather_78": {
"activity_name": "Weather Charades and Drawing",
"age_group": "7-8",
"duration_minutes": 20,
"topic": "Weather and Seasons",
"learning_goals": [
"Students will be able to identify and name different types of weather.",
"Students will practice using simple sentences to describe weather.",
"Students will associate weather with different seasons."
],
"phases": [
{
"name": "Warm-Up",
"duration_minutes": 4,
"teacher_script": "Hello class! Today we talk about weather. What is the weather like today? Is it sunny? Is it rainy?",
"student_action": "Students respond to the teacher's questions with simple words or short sentences.",
"materials": []
},
{
"name": "Main Activity",
"duration_minutes": 10,
"teacher_script": "I will act out a type of weather. You guess! (Teacher acts out 'sunny' by shielding eyes and smiling). What is it? Yes, sunny! Now, who wants to act? You! Act 'rainy'.",
"student_action": "Students guess the weather the teacher is acting out. One student acts out a weather type for others to guess.",
"materials": []
},
{
"name": "Practice",
"duration_minutes": 4,
"teacher_script": "Now, take a piece of paper. Draw your favorite season. Draw what the weather is like in that season. Write one sentence about it. For example: 'Summer is hot.'",
"student_action": "Students draw a picture of a season and its weather. They write a simple sentence about it.",
"materials": [
"Paper",
"Pencils"
]
},
{
"name": "Wrap-Up",
"duration_minutes": 2,
"teacher_script": "Show me your drawings! Tell me about your season. Is it snowy? Is it windy? Great job everyone! We learned about weather today.",
"student_action": "Students show their drawings and briefly describe their season and weather.",
"materials": []
}
],
"vocabulary": [
{
"word": "sunny",
"example": "The sun is bright and sunny."
},
{
"word": "rainy",
"example": "It is rainy. We need umbrellas."
},
{
"word": "windy",
"example": "The wind is blowing. It is windy."
},
{
"word": "snowy",
"example": "It is snowy. We can make snowmen."
},
{
"word": "summer",
"example": "Summer is hot and sunny."
},
{
"word": "winter",
"example": "Winter is cold and snowy."
}
],
"assessment_tip": "Observe students' ability to guess weather during charades and their written sentences and drawings in the practice phase.",
"offline_notes": "This activity requires no technology. All materials are standard classroom supplies: paper, pencils, and the teacher's voice. The teacher leads all interactions and instructions."
}
}