mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
1.8 KiB
1.8 KiB
id, title, challengeType, dashedName, lang, inputType
| id | title | challengeType | dashedName | lang | inputType |
|---|---|---|---|---|---|
| 66a6db155ba25459a8ebb636 | Task 6 | 22 | task-6 | zh-CN | pinyin-to-hanzi |
--description--
Practice identifying the first group of compound finals, an and en.
After an update, your team talk about which one you are using and whether they need to change. This word often comes up then.
--instructions--
Listen to the audio and complete the word below. The correct syllables will be converted to Chinese characters.
--fillInTheBlank--
--sentence--
BLANK
--blanks--
版本 (bǎn běn)
--feedback--
This word combines the syllables bǎn and běn.
--explanation--
The first syllable combines the initial b with the final an, and uses the third tone, which falls and then rises. The second syllable combines the initial b with the final en, and also uses the third tone.
版本 (bǎn běn) is used to talk about different releases of software, documents, or products, such as an old version and a new version.
--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": 127.04,
"finishTimestamp": 128.62
}
},
"commands": [
{
"character": "Li Hong",
"opacity": 1,
"startTime": 0
},
{
"character": "Li Hong",
"startTime": 1,
"finishTime": 2.58,
"dialogue": {
"text": "版本 (bǎn běn)",
"align": "center"
}
},
{
"character": "Li Hong",
"opacity": 0,
"startTime": 3.08
}
]
}