1.9 KiB
id, title, challengeType, dashedName, lang, inputType
| id | title | challengeType | dashedName | lang | inputType |
|---|---|---|---|---|---|
| 6a4b9f98203d747d8b256587 | Task 5 | 22 | task-5 | zh-CN | pinyin-to-hanzi |
--description--
In this exercise, you will practice using the syllables started with y and w.
Again, if you don't know what the word means, don't worry about it. Just focus on how Pinyin helps you pronounce the characters.
After a company grows, it often talks about its work with customers, projects, or clients. This two-character word is commonly used to describe that kind of work or activity.
--instructions--
Listen to the audio and complete the word below. The correct syllables will be converted to Chinese characters.
--fillInTheBlank--
--sentence--
BLANK
--blanks--
业务 (yè wù)
--feedback--
This word combines the syllables yè and wù.
--explanation--
The first syllable is yè, and takes the fourth tone. The second syllable is wù, and also takes the fourth tone.
业务 (yè wù) refers to the professional activities, operations, and tasks that an organization, department, or individual engages in to achieve their core objectives.
--scene--
{
"setup": {
"background": "company1-breakroom.png",
"characters": [
{
"character": "Chen Na",
"position": {
"x": 50,
"y": 15,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "ZH_A1_pinyin_special_spelling_rules.mp3",
"startTime": 1,
"startTimestamp": 72.99,
"finishTimestamp": 74.76
}
},
"commands": [
{
"character": "Chen Na",
"opacity": 1,
"startTime": 0
},
{
"character": "Chen Na",
"startTime": 1,
"finishTime": 2.77,
"dialogue": {
"text": "业务 (yè wù)",
"align": "center"
}
},
{
"character": "Chen Na",
"opacity": 0,
"startTime": 3.27
}
]
}