Back to Freecodecamp

Task 5

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

latest1.6 KB
Original Source
<!-- (Audio) Wang Hua: 请问 (qǐng wèn) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which word does Wang Hua use to begin her question in a polite way?

--answers--

你好 (nǐ hǎo)

--feedback--

This means "hello", not a polite phrase for starting a question.


请 (qǐng)

--feedback--

This means "please", not the word used to make the question polite.


请问 (qǐng wèn)


问 (wèn)

--feedback--

This means "to ask", and it's the verb used in the question.

--video-solution--

3

--explanation--

Wang Hua uses 请问 (qǐng wèn) to politely start her question. This word means "excuse me" and is commonly used in Chinese to show respect when asking questions.

--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_warm_up.mp3",
      "startTime": 1,
      "startTimestamp": 26.24,
      "finishTimestamp": 27.14
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.9,
      "dialogue": {
        "text": "请问 (qǐng wèn)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.4
    }
  ]
}