Files
freeCodeCamp/curriculum/challenges/english/blocks/zh-a1-learn-compound-finals/628f0a002b0b54a778cfe2ea.md

87 lines
1.7 KiB
Markdown

---
id: 628f0a002b0b54a778cfe2ea
title: Task 25
challengeType: 22
dashedName: task-25
lang: zh-CN
inputType: pinyin-to-hanzi
---
<!-- (Audio) Lin Yating: 削弱 (xuē ruò) -->
# --description--
In this lesson, you'll identify the compound finals `ua`, `uo` or `üe` in a word. This word is often used when something becomes less strong or less effective.
# --instructions--
Listen to the audio and complete the word below. The correct syllables will be converted to Chinese characters.
# --fillInTheBlank--
## --sentence--
`BLANK`
## --blanks--
`削弱 (xuē ruò)`
### --feedback--
This word combines the syllables `xuē` and `ruò`.
# --explanation--
The first syllable combines the initial `x` with the compound final `ue`, and uses the first tone. The second syllable combines the initial `r` with the compound final `uo`, and uses the fourth tone.
`削弱 (xuē ruò)` refers to making something weaker or reducing its strength or impact.
# --scene--
```json
{
"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": 343.68,
"finishTimestamp": 345.75
}
},
"commands": [
{
"character": "Lin Yating",
"opacity": 1,
"startTime": 0
},
{
"character": "Lin Yating",
"startTime": 1,
"finishTime": 2.77,
"dialogue": {
"text": "削弱 (xuē ruò)",
"align": "center"
}
},
{
"character": "Lin Yating",
"opacity": 0,
"startTime": 3.27
}
]
}
```