Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/zh-a1-learn-initials/6dd0e9f2ffc444525bc33663.md

latest1.7 KB
Original Source
<!-- (Audio) Wang Hua: 继续 (jì xù) -->

--description--

Now it's time to use j, q or x to form words.

Imagine you finish one step of your work and simply move on to the next step. This is the kind of situation where this word often appears.

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

继续 (jì xù)

--feedback--

This word combines the syllables and .

--explanation--

The first syllable uses the initial j with the simple final i, and takes the fourth tone. The second syllable uses the initial x with the final ü (written as u after x), and also takes the fourth tone.

继续 (jì xù) means to continue or to keep going. It is often used when an action or activity does not stop.

--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": 576.08,
      "finishTimestamp": 578.51
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.93,
      "dialogue": {
        "text": "继续 (jì xù)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 3.43
    }
  ]
}