Back to Freecodecamp

Task 5

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

latest1.5 KB
Original Source
<!-- (Audio) Liu Ming: 您好 (nín hǎo) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which is the correct Pinyin for what Liu Ming says?

--answers--

nǐ hǎo

--feedback--

The final of the first syllable is different from what Liu Ming says.


nǐn hǎo

--feedback--

The first syllable nǐn does not exist in Chinese.


nín hǎo


ní hǎo

--feedback--

The final of the second syllable is different from what Liu Ming says.

--video-solution--

3

--explanation--

Liu Ming is saying nín hǎo. It sounds similar to nǐ hǎo. The difference is the first syllable is using the nasal final in instead of the simple final i.

--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": 19.05,
      "finishTimestamp": 20.13
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 2.08,
      "dialogue": {
        "text": "您好 (nín hǎo)",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 2.58
    }
  ]
}