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": "010101",
"vocab": [
"red",
"green",
"blue",
"black",
"yellow"
],
"phonics": null,
"grammar": []
},
{
"grade": "010102",
"vocab": [
"red",
"green",
"blue",
"black",
"yellow",
"leaf",
"apple",
"sky",
"paint pot"
],
"phonics": null,
"grammar": [
"What color is it?",
"It's + color"
]
},
{
"grade": "010103",
"vocab": [
"cat",
"car"
],
"phonics": [
"C",
"c",
"/k/"
],
"grammar": []
},
{
"grade": "010104",
"vocab": [
"three",
"four",
"apple",
"cat",
"car",
"bat"
],
"phonics": null,
"grammar": [
"How many ...?"
]
},
{
"grade": "010105",
"vocab": [
"dog",
"duck"
],
"phonics": [
"D",
"d",
"/d/"
],
"grammar": []
},
{
"grade": "010106",
"vocab": [
"Rosy",
"Tim",
"Billy",
"Mom",
"clean",
"tidy",
"dirty",
"messy"
],
"phonics": null,
"grammar": [
"It's good to be clean and tidy."
]
},
{
"grade": "010107",
"vocab": [
"cake",
"candle",
"gift",
"party",
"Happy Birthday"
],
"phonics": null,
"grammar": [
"Happy birthday, (name)!"
]
},
{
"grade": "010108",
"vocab": [
"red",
"green",
"blue",
"black",
"yellow",
"three",
"four",
"cat",
"car",
"dog",
"duck"
],
"phonics": [
"A",
"a",
"B",
"b",
"C",
"c",
"D",
"d"
],
"grammar": [
"What color is it?",
"It's + color",
"How many ...?"
]
}
]