Files
freeCodeCamp/curriculum/challenges/english/blocks/zh-a1-learn-nasal-finals/6732acf7a3b7f4251bdf9908.md

89 lines
1.8 KiB
Markdown

---
id: 6732acf7a3b7f4251bdf9908
title: Task 43
challengeType: 22
dashedName: task-43
lang: zh-CN
inputType: pinyin-to-hanzi
---
<!-- (Audio) Li Hong: 光荣 (guāng róng) -->
# --description--
This word gives you a chance to identify four nasal finals: `ong`, `iong`, `ueng`, and `uang`.
You may hear this word when something is praised or spoken of in a very positive way.
# --instructions--
Listen to the audio and complete the word below. The correct syllables will be converted to Chinese characters.
# --fillInTheBlank--
## --sentence--
`BLANK`
## --blanks--
`光荣 (guāng róng)`
### --feedback--
This word combines the syllables `guāng` and `róng`.
# --explanation--
The first syllable combines the initial `g` with the compound final `uang`, and uses the first tone, which is a high-level tone. The second syllable combines the initial `r` with the final `ong`, and uses the second tone, which rises from mid to high.
`光荣 (guāng róng)` is used to describe something that brings pride, honor, or positive recognition.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Li Hong",
"position": {
"x": 50,
"y": 15,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "ZH_A1_pinyin_nasal_finals.mp3",
"startTime": 1,
"startTimestamp": 588.37,
"finishTimestamp": 590.68
}
},
"commands": [
{
"character": "Li Hong",
"opacity": 1,
"startTime": 0
},
{
"character": "Li Hong",
"startTime": 1,
"finishTime": 2.51,
"dialogue": {
"text": "光荣 (guāng róng)",
"align": "center"
}
},
{
"character": "Li Hong",
"opacity": 0,
"startTime": 3.01
}
]
}
```