Files
silverpro89 f96833a7e4
All checks were successful
Deploy to Production / deploy (push) Successful in 20s
U
2026-02-27 20:10:15 +07:00

111 lines
1.5 KiB
JSON

[
{
"grade": "010001",
"vocab": [
"hello",
"goodbye"
],
"phonics": null,
"grammar": [
"Hello!",
"Goodbye!",
"What's your name?",
"I'm ..."
]
},
{
"grade": "010002",
"vocab": null,
"phonics": null,
"grammar": [
"Stand up",
"Sit down",
"Line up",
"Raise your hand"
]
},
{
"grade": "010003",
"vocab": [
"apple",
"Annie"
],
"phonics": [
"/æ/"
],
"grammar": [
"A is for apple",
"Annie has an apple."
]
},
{
"grade": "010004",
"vocab": [
"one",
"two",
"apple",
"apples"
],
"phonics": null,
"grammar": [
"One apple",
"Two apples"
]
},
{
"grade": "010005",
"phonics": [
"/b/"
],
"grammar": [
"B is for boy",
"A boy with a bat."
]
},
{
"grade": "010006",
"vocab": [
"hello",
"goodbye",
"Mom"
],
"phonics": null,
"grammar": null
},
{
"grade": "010007",
"vocab": [
"Viet Nam",
"Canada",
"Australia",
"Japan",
"the U.K.",
"Cambodia"
],
"phonics": null,
"grammar": [
"I'm from ..."
]
},
{
"grade": "010008",
"vocab": [
"hello",
"goodbye",
"one",
"two",
"apple",
"A",
"B"
],
"phonics": [
"/æ/",
"/b/"
],
"grammar": [
"Review greetings",
"Numbers 1-2",
"Classroom commands"
]
}
]