Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/zh-a1-warm-up-meeting-new-teammates/68fde5aae5c365188e109f1a.md

latest1.7 KB
Original Source
<!-- (Audio) Wang Hua: 你好 (nǐ hǎo),我是王华 (wǒ shì wáng huá)。 -->

--description--

Wang Hua is using a common greeting. You've learned it in previous lessons.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What word does Wang Hua use to say "hello"?

--answers--

你好 (nǐ hǎo)


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

--feedback--

This means "good morning", but Wang Hua's greeting is not time-specific.


谢谢 (xiè xie)

--feedback--

This means "thank you", not a greeting.


您好 (nín hǎo)

--feedback--

This means "hello" in a more formal way, often used to show respect.

--video-solution--

1

--explanation--

你好 (nǐ hǎo) means "hello". It's a standard and polite greeting used in most situations when meeting someone.

--scene--

json
{
  "setup": {
    "background": "company1-breakroom.png",
    "characters": [
      {
        "character": "Wang Hua",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_dialogue.mp3",
      "startTime": 1,
      "startTimestamp": 0.32,
      "finishTimestamp": 2.13
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.81,
      "dialogue": {
        "text": "你好 (nǐ hǎo),我是王华 (wǒ shì wáng huá)。",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 3.31
    }
  ]
}