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 |
|---|---|---|---|---|---|
| 6361841663e06404b93f76d2 | Task 17 | 22 | task-17 | zh-CN | pinyin-to-hanzi |
--description--
Now you will practice identifying ie and ia in a word. This word is often used when one thing is added on top of another.
--instructions--
Listen to the audio and complete the word below. The correct syllables will be converted to Chinese characters.
--fillInTheBlank--
--sentence--
BLANK
--blanks--
叠加 (dié jiā)
--feedback--
This word combines the syllables dié and jiā.
--explanation--
The first syllable combines the initial d with the compound final ie, and uses the second tone, which rises from mid to high. The second syllable combines the initial j with the compound final ia, and uses the first tone, which is a high-level tone.
叠加 (dié jiā) refers to adding things together layer by layer so their effects combine.
--scene--
{
"setup": {
"background": "company2-lydia-cubicle.png",
"characters": [
{
"character": "Lin Yating",
"position": {
"x": 50,
"y": 15,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "ZH_A1_pinyin_compound_finals.mp3",
"startTime": 1,
"startTimestamp": 251.61,
"finishTimestamp": 253.71
}
},
"commands": [
{
"character": "Lin Yating",
"opacity": 1,
"startTime": 0
},
{
"character": "Lin Yating",
"startTime": 1,
"finishTime": 2.8,
"dialogue": {
"text": "叠加 (dié jiā)",
"align": "center"
}
},
{
"character": "Lin Yating",
"opacity": 0,
"startTime": 3.3
}
]
}