Files
freeCodeCamp/curriculum/challenges/english/blocks/zh-a1-learn-compound-finals/6a5704d2e302e4b839f3c615.md

2.0 KiB

id, title, challengeType, dashedName, lang, inputType
id title challengeType dashedName lang inputType
6a5704d2e302e4b839f3c615 Task 6 22 task-6 zh-CN pinyin-to-hanzi

--description--

Now you will practice identifying ai and ei in a word. The two characters in this word are complete opposites. When they are put together, they form a very common and interesting pair in Chinese.

Again, don't worry about what the word means. Just notice how Pinyin helps you produce the characters.

--instructions--

Listen to the audio and complete the word below. The correct syllables will be converted to Chinese characters.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

黑白 (hēi bái)

--feedback--

This word combines the syllables hēi and bái.

--explanation--

The first syllable combines the initial h with the compound final ei, and uses the first tone, which is a high-level tone. The second syllable combines the initial b with the compound final ai, and uses the second tone, which rises from mid to high.

黑白 (hēi bái) literally means "black and white". It is often used metaphorically to mean right and wrong or clear moral distinction.

--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": 106.67,
      "finishTimestamp": 108.54
    }
  },
  "commands": [
    {
      "character": "Lin Yating",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lin Yating",
      "startTime": 1,
      "finishTime": 2.87,
      "dialogue": {
        "text": "黑白 (hēi bái)",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "opacity": 0,
      "startTime": 3.37
    }
  ]
}