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

1.8 KiB

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

--description--

Now you will practice identifying ao and ou in a word. Maybe this word is something you'd want to become someday.

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

高手 (gāo shǒu)

--feedback--

This word combines the syllables gāo and shǒu.

--explanation--

The first syllable combines the initial g with the compound final ao, and uses the first tone, which is a high-level tone. The second syllable combines the initial sh with the compound final ou, and uses the third tone, which starts in the middle, falls to a low point and then rises again.

高手 (gāo shǒu) refers to an expert or a master in a particular field.

--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": 182.12,
      "finishTimestamp": 183.99
    }
  },
  "commands": [
    {
      "character": "Lin Yating",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lin Yating",
      "startTime": 1,
      "finishTime": 2.87,
      "dialogue": {
        "text": "高手 (gāo shǒu)",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "opacity": 0,
      "startTime": 3.37
    }
  ]
}