Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/zh-a1-learn-understanding-greetings-and-introductions/68ee3d533f5542daa3c0cf6a.md

latest1.9 KB
Original Source
<!-- (Audio) Wang Hua: 你好 (nǐ hǎo),我是王华 (wǒ shì wáng huá)。 -->

--description--

When you want to tell someone your name in Chinese, you can use a very common and natural structure:

​我是 (wǒ shì)​​ + name.

It means "I am..." or "My name is...". 我 (wǒ) means "I". Think of 是 (shì) as the verb "to be" in English.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What's the name of the speaker?

--answers--

王华 (wáng huá)


刘明 (liú míng)

--feedback--

The audio does not mention this name.


华王 (huá wáng)

--feedback--

The Chinese name order is family name first, so this is in a wrong order.


你好 (nǐ hǎo)

--feedback--

This is a greeting, not the speaker's name.

--video-solution--

1

--explanation--

我是 (wǒ shì)​​ means "I am..." or "My name is...". It uses the verb 是 (shì) after the pronoun 我 (wǒ), which means "I", to show identity. For example:

我是刘明 (wǒ shì liú míng)。 — I am Liu Ming.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Wang Hua",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_wanghua.mp3",
      "startTime": 1,
      "startTimestamp": 1.45,
      "finishTimestamp": 3.55
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "你好 (nǐ hǎo),我是王华 (wǒ shì wáng huá)。",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 3.6
    }
  ]
}