mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
1.4 KiB
1.4 KiB
id, title, challengeType, dashedName, lang, inputType
| id | title | challengeType | dashedName | lang | inputType |
|---|---|---|---|---|---|
| 6315c1bb4f526487aaf4a91c | Task 8 | 22 | task-8 | zh-CN | pinyin-tone |
--instructions--
Listen to the audio and complete the syllable with the correct tone mark.
--fillInTheBlank--
--sentence--
BLANK
--blanks--
lín
--feedback--
This syllable combines the initial l with the final in, and uses the second tone.
--explanation--
The speaker pronounces the syllable lín, which consists of the initial l and the nasal final in. It 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": 152.55,
"finishTimestamp": 153.84
}
},
"commands": [
{
"character": "Li Hong",
"opacity": 1,
"startTime": 0
},
{
"character": "Li Hong",
"startTime": 1,
"finishTime": 1.79,
"dialogue": {
"text": "lín",
"align": "center"
}
},
{
"character": "Li Hong",
"opacity": 0,
"startTime": 2.29
}
]
}