Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/zh-a1-learn-understanding-questions-and-answers/6904bfa12f761c705b37b377.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--

Wang Hua asks someone a question. She uses a word to refer to the other person. You've seen this word in a common greeting.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

你好 (nǐ hǎo),我是王华 (wǒ shì wáng huá)。请问 (qǐng wèn) BLANK 叫什么名字 (jiào shén me míng zi)?

--blanks--

你 (nǐ)

--feedback--

This word means "you" and refers to someone you are speaking to.

--explanation--

你 (nǐ) means "you". It's used to talk directly to another person. For example:

你是刘明吗 (nǐ shì liú míng ma)? – Are you Liu Ming?

You've learned using 我 (wǒ) to refer to yourself. Both 我 (wǒ) and 你 (nǐ) are personal pronouns, which means they are used to refer to people.

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