Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/zh-a1-warm-up-greeting-new-colleagues/68ecf0441a3ffb48fded84a5.md

latest1.5 KB
Original Source
<!-- (Audio) Liu Ming: 新加坡人 (xīn jiā pō rén) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which shows the correct Pinyin for what Liu Ming says?

--answers--

xīn jiā pō rén


xīn jiá pō rén

--feedback--

The second syllable is not the second tone.


sīn jiā bō rén

--feedback--

The first syllable and the third syllable are using the wrong initials.


xīn jiā pō

--feedback--

The last syllable is missing.

--video-solution--

1

--explanation--

Liu Ming is saying xīn jiā pō rén. It's made of four syllables, with the tones being first tone, first tone, third tone, and second tone, respectively.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Liu Ming",
        "position": {
          "x": 50,
          "y": 17,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_warm_up.mp3",
      "startTime": 1,
      "startTimestamp": 20.87,
      "finishTimestamp": 22.53
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 2.66,
      "dialogue": {
        "text": "新加坡人 (xīn jiā pō rén)",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 3.16
    }
  ]
}