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 |
|---|---|---|---|---|---|
| 66673c13915f7489a9692262 | Task 3 | 22 | task-3 | zh-CN | pinyin-tone |
--instructions--
Listen to the audio and complete the syllable with the correct tone mark.
--fillInTheBlank--
--sentence--
BLANK
--blanks--
bàn
--feedback--
This syllable combines the initial b with the final an, and uses the fourth tone.
--explanation--
The speaker pronounces the syllable bàn, which consists of the initial b and the nasal final an. It uses the fourth tone, which falls sharply.
--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": 81.11,
"finishTimestamp": 81.71
}
},
"commands": [
{
"character": "Li Hong",
"opacity": 1,
"startTime": 0
},
{
"character": "Li Hong",
"startTime": 1,
"finishTime": 1.6,
"dialogue": {
"text": "bàn",
"align": "center"
}
},
{
"character": "Li Hong",
"opacity": 0,
"startTime": 2.1
}
]
}