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

This commit is contained in:
silverpro89
2026-02-09 23:17:03 +07:00
parent f91cda796e
commit 5957636b07
101 changed files with 6998 additions and 1996 deletions

View File

@@ -0,0 +1,136 @@
[
{
"grade": "010001",
"vocab": [
"hello",
"goodbye",
"Rosy",
"Tim",
"Billy"
],
"phonics": null,
"grammar": [
"Hello!",
"Goodbye!",
"What's your name?",
"I'm ..."
]
},
{
"grade": "010002",
"vocab": [
"hello",
"goodbye",
"Rosy",
"Tim",
"Billy"
],
"phonics": null,
"grammar": [
"What's your name?",
"I'm ...",
"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",
"Count and say."
]
},
{
"grade": "010005",
"vocab": [
"boy",
"bag",
"bat",
"Billy"
],
"phonics": [
"/b/"
],
"grammar": [
"B is for boy",
"A boy with a bat."
]
},
{
"grade": "010006",
"vocab": [
"hello",
"goodbye",
"Rosy",
"Tim",
"Billy",
"Mom",
"Miss Bell"
],
"phonics": null,
"grammar": [
"It is good to say Hello and Goodbye."
]
},
{
"grade": "010007",
"vocab": [
"Viet Nam",
"Canada",
"Australia",
"Japan",
"the U.K.",
"Cambodia"
],
"phonics": null,
"grammar": [
"I'm from ...",
"It's red and white."
]
},
{
"grade": "010008",
"vocab": [
"hello",
"goodbye",
"one",
"two",
"apple",
"A",
"B"
],
"phonics": [
"/æ/",
"/b/"
],
"grammar": [
"Review greetings",
"Numbers 1-2",
"Classroom commands"
]
}
]