mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
1.8 KiB
1.8 KiB
id, title, challengeType, dashedName, lang, inputType
| id | title | challengeType | dashedName | lang | inputType |
|---|---|---|---|---|---|
| 6732acf7a3b7f4251bdf9908 | Task 43 | 22 | task-43 | zh-CN | pinyin-to-hanzi |
--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--
{
"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
}
]
}