Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/zh-a1-learn-understanding-questions-and-answers/6909747cd7497056dc7618ef.md

latest1.9 KB
Original Source
<!-- (Audio) Liu Ming: 你好 (nǐ hǎo),我叫刘明 (wǒ jiào liú míng)。 -->

--description--

You've learned that you can introduce your name with 我是 (wǒ shì) + name. You can use another structure, 我叫 (wǒ jiào) + name. It literally means "I'm called...", and can be understood as "My name is...".

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the speaker's name?

--answers--

王华 (wáng huá)

--feedback--

This is not mentioned in the audio.


你好 (nǐ hǎo)

--feedback--

This is a greeting, not a name.


刘明 (liú míng)


明刘 (míng liú)

--feedback--

This reverses the order of the speaker's name.

--video-solution--

3

--explanation--

我叫 (wǒ jiào) means "I am called..." or "My name is...". 叫 (jiào) means "to be called". Here it's used to show identity. For example:

我叫王华 (wǒ jiào wáng huá)。 — I am called Wang Hua, or, my name is Wang Hua.

--scene--

json
{
  "setup": {
    "background": "company1-breakroom.png",
    "characters": [
      {
        "character": "Liu Ming",
        "position": {
          "x": 50,
          "y": 17,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_dialogue.mp3",
      "startTime": 1,
      "startTimestamp": 5.83,
      "finishTimestamp": 7.26
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 2.43,
      "dialogue": {
        "text": "你好 (nǐ hǎo),我叫刘明 (wǒ jiào liú míng)。",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 2.93
    }
  ]
}