Back to Freecodecamp

Task 11

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

latest1.5 KB
Original Source
<!-- (Audio) Wang Hua: 名字 (míng zi) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Wang Hua talking about?

--answers--

age

--feedback--

She is not talking about how old someone is.


family name

--feedback--

It sounds similar, but she is not specifically referring to a family name.


name


time

--feedback--

The word for time in Chinese is 时间 (shí jiān), which is different from what Wang Hua says.

--video-solution--

3

--explanation--

名字 (míng zi) means "name". It's used to talk about what someone is called. And it refers to the full name or given name, not a family 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_warm_up.mp3",
      "startTime": 1,
      "startTimestamp": 31.51,
      "finishTimestamp": 32.34
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.83,
      "dialogue": {
        "text": "名字 (míng zi)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.33
    }
  ]
}