Back to Freecodecamp

Task 4

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

latest2.0 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)? -->

--description--

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Wang Hua asking about?

--answers--

Someone's age

--feedback--

She isn't asking how old the person is.


Someone's name


Someone's job

--feedback--

She isn't asking what the person does for work.


Someone's country

--feedback--

She isn't asking where the person is from.

--video-solution--

2

--explanation--

什么 (shén me) means "what", and it is a question word used to ask about unknown information. 名字 (míng zi) means "name".

什么名字 (shén me míng zi) means "what name". 你叫什么名字 (nǐ jiào shén me míng zi)? means "what is your name?". Wang Hua is asking for the other person's name.

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