Files
freeCodeCamp/curriculum/challenges/english/blocks/zh-a1-learn-initials/64fb07df685b34bd5ba07c64.md

1.8 KiB

id, title, challengeType, dashedName, lang, inputType
id title challengeType dashedName lang inputType
64fb07df685b34bd5ba07c64 Task 46 22 task-46 zh-CN pinyin-to-hanzi

--description--

You'll see how the group of z, c, and s work in a real word.

At work, a task feels slow, so you open a tool and look at numbers to see what's going on. This word is often used in situations like this.

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

测速 (cè sù)

--feedback--

This word combines the syllables and .

--explanation--

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

测速 (cè sù) is used when you check how fast something runs or responds. It commonly appears in situations like testing a system, a network connection, or a device.

--scene--

{
  "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": 667.55,
      "finishTimestamp": 669.95
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.6,
      "dialogue": {
        "text": "测速 (cè sù)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 3.1
    }
  ]
}