Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/zh-a1-learn-understanding-greetings-and-introductions/69169c1a1cc7070945244238.md

latest1.5 KB
Original Source
<!-- (Audio) Chen Na: 你们好 (nǐ men hǎo),我是陈娜 (wǒ shì chén nà)。 -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

True or false: Chen Na is talking with her manager.

--answers--

False


True

--feedback--

She's greeting a group of people, not one specific person like her manager.

--video-solution--

1

--explanation--

Chen Na says 你们好 (nǐ men hǎo), which means "Hello, everyone". 你们 (nǐ men) is the plural form of "you". This is used when greeting multiple people. So she's not just talking to one person like her manager.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Chen Na",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_chenna.mp3",
      "startTime": 1,
      "startTimestamp": 0.75,
      "finishTimestamp": 2.78
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 3.03,
      "dialogue": {
  "text": "你们好 (nǐ men hǎo),我是陈娜 (wǒ shì chén nà)。",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 3.53
    }
  ]
}