--- id: 634e625d6820a4561ac3a465 title: Task 8 challengeType: 22 dashedName: task-8 lang: zh-CN inputType: pinyin-to-hanzi --- # --description-- Now, you will practice recognizing the whole syllables `zhi`, `chi`, `shi`, and `ri` in a word. When you debug code, read docs, or learn new tools, you slowly accumulate something that helps you work better. This word is often used in that situation. Remember to use 5 for a neutral tone. # --instructions-- Listen to the audio and complete the word below. The correct syllables will be converted to Chinese characters. # --fillInTheBlank-- ## --sentence-- `BLANK` ## --blanks-- `知识 (zhī shi)` ### --feedback-- This word combines the syllables `zhī` and `shi`. Remember to type 5 at the end for neutral tone syllables. # --explanation-- The first syllable `zhī` takes the first tone, which is high and level. The second syllable is `shi` and is pronounced as a neutral tone, so it sounds lighter and shorter. `知识 (zhī shi)` refers to information, understanding, and skills acquired through experience or education, representing what a person knows. # --scene-- ```json { "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": 101.18, "finishTimestamp": 102.45 } }, "commands": [ { "character": "Chen Na", "opacity": 1, "startTime": 0 }, { "character": "Chen Na", "startTime": 1, "finishTime": 2.27, "dialogue": { "text": "知识 (zhī shi)", "align": "center" } }, { "character": "Chen Na", "opacity": 0, "startTime": 2.77 } ] } ```