Back to Freecodecamp

Task 6

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

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

--description--

Liu Ming is greeting someone politely.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

您好 (nín hǎo)

--feedback--

This phrase means "hello" in a polite or respectful way.

--explanation--

您好 (nín hǎo) is a polite way to say "hello", used to show respect to people like your manager, customers, or elders. For example:

您好 (nín hǎo),王教授 (wáng jiào shòu)。 - Hello, Professor Wang.

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