mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
1.3 KiB
1.3 KiB
id, title, challengeType, dashedName, lang, inputType
| id | title | challengeType | dashedName | lang | inputType |
|---|---|---|---|---|---|
| 6942617d67a64918b7b856e7 | Task 29 | 22 | task-29 | zh-CN | pinyin-tone |
--instructions--
Listen to the audio and complete the syllable with the correct tone mark.
--fillInTheBlank--
--sentence--
BLANK
--blanks--
néng
--feedback--
This syllable combines the initial n with the final eng, and uses the second tone.
--explanation--
The speaker is pronouncing the syllable with the initial n, the final eng, and uses the second tone, which is rising 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": 431.64,
"finishTimestamp": 433.75
}
},
"commands": [
{
"character": "Li Hong",
"opacity": 1,
"startTime": 0
},
{
"character": "Li Hong",
"startTime": 1,
"finishTime": 2.61,
"dialogue": {
"text": "néng",
"align": "center"
}
},
{
"character": "Li Hong",
"opacity": 0,
"startTime": 3.11
}
]
}