Files
sena_db_api_layer/data/familynfriend/g1/F1S.json
silverpro89 9af45a7875
All checks were successful
Deploy to Production / deploy (push) Successful in 20s
update backend
2026-02-26 15:00:58 +07:00

129 lines
1.8 KiB
JSON

[
{
"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"
]
},
{
"grade": "010005",
"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"
]
}
]