Back to Freecodecamp

Task 7

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What greeting is Liu Ming using to say "hello" respectfully?

--answers--

你好 (nǐ hǎo)

--feedback--

This is the common greeting, but it is less formal than what she says in the audio.


嗨 (hāi)

--feedback--

This is an informal greeting, similar to "hi". It does not match the audio.


您好 (nín hǎo)


早上好 (zǎo shàng hǎo)

--feedback--

This means "good morning". It is not what she says in the audio.

--video-solution--

3

--explanation--

Liu Ming is using 您好 (nín hǎo) to say "hello" respectfully.

你好 (nǐ hǎo) is also a common greeting in Chinese, but it not as formal as 您好 (nín hǎo). For friends, colleagues, or peers, you usually say 你好 (nǐ hǎo) instead.

--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
    }
  ]
}