Hướng dẫn thử thách
1 / 24
Task 1
Now you know that the numbers from 11 to 19 are formed by the units digit (1–9) after `十 (shí)` (10). The same logic applies to numbers from 21 to 29.
In Chinese, the number 20 is called `二十 (èr shí)`.
To form numbers from 21 to 29, you simply take `二十 (èr shí)` (20) and add the units digit (1–9) directly after it.
| Number | Chinese |
| :--- | :--- |
| 20 | `二十 (èr shí)` |
| 21 | `二十一 (èr shí yī)` |
| 22 | `二十二 (èr shí èr)` |
| 23 | `二十三 (èr shí sān)` |
| 24 | `二十四 (èr shí sì)` |
| 25 | `二十五 (èr shí wǔ)` |
| 26 | `二十六 (èr shí liù)` |
| 27 | `二十七 (èr shí qī)` |
| 28 | `二十八 (èr shí bā)` |
| 29 | `二十九 (èr shí jiǔ)` |
# --instructions--
Listen to the audio and practice pronouncing these numbers.
Nhiệm vụ của bạn
I've practiced pronouncing the numbers from 20 to 29.
# --scene--
```json
{
"setup": {
"background": "company1-breakroom.png",
"characters": [
{
"character": "Chen Na",
"position": {
"x": 50,
"y": 15,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
"startTime": 1,
"startTimestamp": 3.92,
"finishTimestamp": 27.25
}
},
"commands": [
{
"character": "Chen Na",
"opacity": 1,
"startTime": 0
},
{
"character": "Chen Na",
"startTime": 1,
"finishTime": 2.01,
"dialogue": {
"text": "二十 (èr shí)",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 2.83,
"finishTime": 4.08,
"dialogue": {
"text": "二十一 (èr shí yī)",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 5.06,
"finishTime": 6.25,
"dialogue": {
"text": "二十二 (èr shí èr)",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 7.35,
"finishTime": 8.64,
"dialogue": {
"text": "二十三 (èr shí sān)",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 9.82,
"finishTime": 11.08,
"dialogue": {
"text": "二十四 (èr shí sì)",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 12.33,
"finishTime": 13.65,
"dialogue": {
"text": "二十五 (èr shí wǔ)",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 15.12,
"finishTime": 16.27,
"dialogue": {
"text": "二十六 (èr shí liù)",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 17.61,
"finishTime": 18.99,
"dialogue": {
"text": "二十七 (èr shí qī)",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 20.33,
"finishTime": 21.56,
"dialogue": {
"text": "二十八 (èr shí bā)",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 22.84,
"finishTime": 24.33,
"dialogue": {
"text": "二十九 (èr shí jiǔ)",
"align": "center"
}
},
{
"character": "Chen Na",
"opacity": 0,
"startTime": 24.83
}
]
}
```
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.js
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵