Hướng dẫn thử thách
1 / 17
Task 3
`w` is also a spelling symbol. It's used when `u` is the main vowel sound in a syllable. It helps clarify syllable boundaries and makes syllables easier to read.
- If `u` is used as a syllable, add `w` in front of it: `u` → `wu`.
- If a syllable starts with `u`, change it to `w`. Examples: `ua` → `wa`, `uo` → `wo`, `uai` → `wai`, `uei` → `wei`, `uan` → `wan`, `ueng` → `weng`.
Let's practice pronouncing the syllables and then use `wan` in different tones as an example.
| Pinyin | Character|
|--------|----------|
| `wān` | `弯`|
| `wán` | `完`|
| `wǎn` | `晚`|
| `wàn` | `万`|
Nhiệm vụ của bạn
I've listened to the audio and practiced pronouncing the spelling symbol and syllables.
# --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_pinyin_special_spelling_rules.mp3",
"startTime": 1,
"startTimestamp": 38.43,
"finishTimestamp": 64.98
}
},
"commands": [
{
"character": "Chen Na",
"opacity": 1,
"startTime": 0
},
{
"character": "Chen Na",
"startTime": 1,
"finishTime": 1.93,
"dialogue": {
"text": "w",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 4.01,
"finishTime": 4.87,
"dialogue": {
"text": "wa",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 6.03,
"finishTime": 6.96,
"dialogue": {
"text": "wo",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 8.24,
"finishTime": 9.11,
"dialogue": {
"text": "wu",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 10.39,
"finishTime": 11.33,
"dialogue": {
"text": "wai",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 12.51,
"finishTime": 13.41,
"dialogue": {
"text": "wei",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 14.89,
"finishTime": 15.77,
"dialogue": {
"text": "wan",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 17.05,
"finishTime": 18.07,
"dialogue": {
"text": "weng",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 20.57,
"finishTime": 21.4,
"dialogue": {
"text": "wān",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 22.52,
"finishTime": 23.39,
"dialogue": {
"text": "wán",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 24.71,
"finishTime": 25.69,
"dialogue": {
"text": "wǎn",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 26.91,
"finishTime": 27.55,
"dialogue": {
"text": "wàn",
"align": "center"
}
},
{
"character": "Chen Na",
"opacity": 0,
"startTime": 28.05
}
]
}
```
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:⌘↵