mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
1.6 KiB
1.6 KiB
id, title, challengeType, dashedName, lang, inputType
| id | title | challengeType | dashedName | lang | inputType |
|---|---|---|---|---|---|
| 64809712c232d44b290fe7d8 | Task 24 | 22 | task-24 | zh-CN | pinyin-tone |
--instructions--
Listen to the audio and complete the syllable with the correct tone mark.
--fillInTheBlank--
--sentence--
BLANK
--blanks--
xuē
--feedback--
This syllable combines the initial x with the final üe, and uses the first tone. Remember to type v to represent ü.
--explanation--
The speaker pronounces the syllable xuē, which consists of the initial x and the compound final üe. It uses the first tone, which is high and level.
Note that the two dots above ü is removed when üe follows the initial x. And since there is no key for ü, you can type v instead.
--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": 337.87,
"finishTimestamp": 339.5
}
},
"commands": [
{
"character": "Lin Yating",
"opacity": 1,
"startTime": 0
},
{
"character": "Lin Yating",
"startTime": 1,
"finishTime": 2.33,
"dialogue": {
"text": "xuē",
"align": "center"
}
},
{
"character": "Lin Yating",
"opacity": 0,
"startTime": 2.83
}
]
}