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

1.7 KiB

id, title, challengeType, dashedName, lang, inputType
id title challengeType dashedName lang inputType
628f0a002b0b54a778cfe2ea Task 25 22 task-25 zh-CN pinyin-to-hanzi

--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--

{
  "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
    }
  ]
}