mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
1.3 KiB
1.3 KiB
id, title, challengeType, dashedName, lang, inputType
| id | title | challengeType | dashedName | lang | inputType |
|---|---|---|---|---|---|
| 61a6105a2e8924660ba2dc4d | Task 35 | 22 | task-35 | zh-CN | pinyin-tone |
--instructions--
Listen to the audio and complete the syllable with the correct tone mark.
--fillInTheBlank--
--sentence--
BLANK
--blanks--
róng
--feedback--
This syllable combines the initial r with the final ong, and uses the second tone.
--explanation--
The speaker is pronouncing the syllable with the initial r, the final ong, and uses the second tone, which rises from mid to high.
--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": 513.49,
"finishTimestamp": 515.52
}
},
"commands": [
{
"character": "Li Hong",
"opacity": 1,
"startTime": 0
},
{
"character": "Li Hong",
"startTime": 1,
"finishTime": 2.53,
"dialogue": {
"text": "róng",
"align": "center"
}
},
{
"character": "Li Hong",
"opacity": 0,
"startTime": 3.03
}
]
}