Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/zh-a1-learn-understanding-questions-and-answers/6904b3933a383d68ec0e5f0d.md

latest2.3 KB
Original Source
<!-- (Audio) Wang Hua: 你好 (nǐ hǎo),我是王华 (wǒ shì wáng huá),请问你叫什么名字 (qǐng wèn nǐ jiào shén me míng zi)? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Wang Hua politely ask a question?

--answers--

She says 我是王华 (wǒ shì wáng huá) to introduce herself.

--feedback--

This is her self-introduction, not how she begins the question.


She says 你好 (nǐ hǎo) to start the question.

--feedback--

This is just a greeting, not a polite way to begin a question.


She says 你好 (nǐ hǎo) to greet and then uses 请问 (qǐng wèn) to start the question.


She says 什么 (shén me) to ask the question.

--feedback--

That is part of the question, but not how she politely begins it.

--video-solution--

3

--explanation--

请问 (qǐng wèn) is a polite phrase used to introduce a question. It translates to "excuse me" or "may I ask", and shows respect when you are about to ask something. It's often used with strangers or in formal situations. For example:

请问你是刘明吗 (qǐng wèn nǐ shì liú míng ma)? – Excuse me, are you Liu Ming?

--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": 4.78
    }
  },
  "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",
      "startTime": 3.56,
      "finishTime": 5.46,
      "dialogue": {
        "text": "请问你叫什么名字 (qǐng wèn nǐ jiào shén me míng zi)?",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}