Hướng dẫn thử thách
1 / 39
Task 5
<!-- (Audio) Lin Yating: hēi -->
# --instructions--
Listen to the audio and complete the syllable with the correct tone mark.
# --fillInTheBlank--
## --sentence--
`BLANK`
## --blanks--
`hēi`
### --feedback--
This syllable combines the initial `h` with the final `ei`, and uses the first tone.
# --explanation--
The audio pronounces the syllable `hēi`, which consists of the initial `h` and the compound final `ei`. The tone mark is placed on the `e`, following the rule that if there is no `a`, but there is `o` or `e`, the tone mark goes on whichever appears.
The syllable is pronounced with the first tone, which is a high-level tone.
# --scene--
```json
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Lin Yating",
"position": {
"x": 50,
"y": 15,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "ZH_A1_pinyin_compound_finals.mp3",
"startTime": 1,
"startTimestamp": 101.81,
"finishTimestamp": 103.34
}
},
"commands": [
{
"character": "Lin Yating",
"opacity": 1,
"startTime": 0
},
{
"character": "Lin Yating",
"startTime": 1,
"finishTime": 2.53,
"dialogue": {
"text": "hēi",
"align": "center"
}
},
{
"character": "Lin Yating",
"opacity": 0,
"startTime": 3.03
}
]
}
```
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:⌘↵