Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/zh-a1-learn-initials/655b75fa252a5490ca70ca39.md

latest2.1 KB
Original Source
<!-- (Audio) Wang Hua: 批复 (pī fù) -->

--description--

You have learned the first group of initials, b, p, m, and f. Now you will see how these initials combine with the simple finals you learned earlier to form Pinyin and produce Chinese characters.

If you type the correct Pinyin with a number for the tone, the Pinyin-to-Hanzi Input will convert it to characters.

At this stage, you do not need to worry about understanding the meaning of the characters. The goal is simply to experience how Pinyin helps you input and recognize them.

Remember to expand the explanation section to check the meaning of the word if you are curious.

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

批复 (pī fù)

--feedback--

This word combines the syllables and .

--explanation--

The first syllable combines the initial p with the final i, and uses the first tone, which is a high and level. The second syllable combines the initial f with the final u, and uses the fourth tone, which falls sharply.

批复 (pī fù) means "to reply officially". It is often used in work or government contexts, for example when a request or document receives an official response.

--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": 208.12,
      "finishTimestamp": 209.99
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.87,
      "dialogue": {
        "text": "批复 (pī fù)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 3.37
    }
  ]
}