mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
1.9 KiB
1.9 KiB
id, title, challengeType, dashedName, lang, inputType
| id | title | challengeType | dashedName | lang | inputType |
|---|---|---|---|---|---|
| 6aca3e7a5da3248da8ba95a7 | Task 36 | 22 | task-36 | zh-CN | pinyin-to-hanzi |
--description--
In this word, pay attention to the compound finals uai and ui.
At work, dashboards show falling numbers and weaker results than before. This word is often used in situations like this.
--instructions--
Listen to the audio and complete the word below. The correct syllables will be converted to Chinese characters.
--fillInTheBlank--
--sentence--
BLANK
--blanks--
衰退 (shuāi tuì)
--feedback--
This word combines the syllables shuāi and tuì.
--explanation--
The first syllable combines the initial sh with the compound final uai, and uses the first tone, which is a high-level tone. The second syllable combines the initial t with the compound final ui, and uses the fourth tone, which is a falling tone.
衰退 (shuāi tuì) is used when something becomes weaker or decreases over time, such as performance, activity, or growth.
--scene--
{
"setup": {
"background": "company2-lydia-cubicle.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": 492.48,
"finishTimestamp": 494.72
}
},
"commands": [
{
"character": "Lin Yating",
"opacity": 1,
"startTime": 0
},
{
"character": "Lin Yating",
"startTime": 1,
"finishTime": 2.54,
"dialogue": {
"text": "衰退 (shuāi tuì)",
"align": "center"
}
},
{
"character": "Lin Yating",
"opacity": 0,
"startTime": 3.04
}
]
}