Back to Freecodecamp

Task 3

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Wang Hua say to greet someone?

--answers--

你好 (nǐ hǎo)


谢谢 (xiè xiè)

--feedback--

This means "thank you", but the audio uses a greeting.


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

--feedback--

This is a polite phrase, but it is not used here.


再见 (zài jiàn)

--feedback--

This is an expression of goodbye, but the audio uses a greeting.

--video-solution--

1

--explanation--

Wang Hua is greeting someone by saying 你好 (nǐ hǎo), which means "hello".

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