Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/zh-a1-learn-initials/63eb81e3e39d0477093f1274.md

latest1.7 KB
Original Source
<!-- (Audio) Wang Hua: 客户 (kè hù) -->

--description--

You have just added a new set of sounds to your toolbox: g, k, and h. Now it's time to use them to form words.

This word often appears in work situations, especially when people talk about projects or communication.

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

客户 (kè hù)

--feedback--

This word combines the syllables and .

--explanation--

The first syllable uses the initial k with the simple final e, and takes the fourth tone. The second syllable uses the initial h with the simple final u, and also takes the fourth tone.

客户 (kè hù) means clients or customers who use a product or service. It is a very common word in business contexts.

--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": 476.05,
      "finishTimestamp": 478.11
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.66,
      "dialogue": {
        "text": "客户 (kè hù)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 3.16
    }
  ]
}