Back to Freecodecamp

Task 56

curriculum/challenges/english/blocks/zh-a1-learn-initials/6168cdfd1ebf040f396099b4.md

latest1.7 KB
Original Source
<!-- (Audio) Wang Hua: 输出 (shū chū) -->

--description--

This time, you will practice recognizing the initials zh, ch, sh, and r.

After you press a button or run a command, you stare at the screen waiting for something to appear. This word often shows up at that exact moment.

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

输出 (shū chū)

--feedback--

This word combines the syllables shū and chū.

--explanation--

The first syllable uses the initial sh with the final u, and takes the first tone. The second syllable uses the initial ch with the final u, and takes the first tone.

输出 (shū chū) is used when a system, program, or device produces a result, such as text or data.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Wang Hua",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_pinyin_initials.mp3",
      "startTime": 1,
      "startTimestamp": 809.82,
      "finishTimestamp": 812.42
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.4,
      "dialogue": {
        "text": "输出 (shū chū)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.9
    }
  ]
}