Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/zh-a1-learn-understanding-greetings-and-introductions/69169754709e03030c3455e0.md

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Wang Hua say to greet the other person?

--answers--

She says "Hello" in a respectful way.

--feedback--

She uses a common greeting, not the respectful form.


She says "Goodbye".

--feedback--

She is greeting someone, not saying goodbye.


She says "Hello" in the usual way.


She says "How are you?"

--feedback--

She doesn't ask a question.

--video-solution--

3

--explanation--

Wang Hua says 你好 (nǐ hǎo), which is a common way to say "hello" in Chinese.

--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_wanghua.mp3",
      "startTime": 1,
      "startTimestamp": 1.45,
      "finishTimestamp": 3.55
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "你好 (nǐ hǎo),我是王华 (wǒ shì wáng huá)。",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 3.6
    }
  ]
}