Back to Freecodecamp

Task 2

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

latest1.6 KB
Original Source
<!-- (Audio) Wang Hua: 你好 (nǐ hǎo) -->

--description--

Liu Ming wants to say "hello". This is a common greeting in Chinese.

--instructions--

Listen to the audio and complete the sentence below.

As you've learned, you can use Pinyin plus a tone number to type Chinese characters in this curriculum.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

你好 (nǐ hǎo)

--feedback--

This word means "hello".

--explanation--

你好 (nǐ hǎo) is a common greeting in Chinese, which means "hello". It can be placed either at the beginning or end of a sentence.

Here are examples:

  • 你好 (nǐ hǎo),王先生 (wáng xiān shēng)。 - Hello, Mr. Wang.

  • 陈女士 (chén nǚ shì),你好 (nǐ hǎo)。 - Hello, Ms. Chen.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Wang Hua",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_warm_up.mp3",
      "startTime": 1,
      "startTimestamp": 1.51,
      "finishTimestamp": 2.34
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.83,
      "dialogue": {
        "text": "你好 (nǐ hǎo)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.33
    }
  ]
}