Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/zh-a1-warm-up-meeting-new-teammates/68fde7d178ecf21c4ca19597.md

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

--description--

Wang Hua is introducing her name. You've learned in previous lessons how to say "I am..." in Chinese.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What phrase does Wang Hua use to introduce her name?

--answers--

你好 (nǐ hǎo)

--feedback--

This means "hello", not an introduction.


我是 (wǒ shì)


请问 (qǐng wèn)

--feedback--

This means "may I ask", and is often used to politely ask a question.


什么 (shén me)

--feedback--

This means "what", and is used to ask questions about things.

--video-solution--

2

--explanation--

The phrase 我是 (wǒ shì) is used to introduce one's name. For example, 我是王华 (wǒ shì wáng huá) means "I am Wang Hua".

--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": 2.13
    }
  },
  "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",
      "opacity": 0,
      "startTime": 3.31
    }
  ]
}