Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/zh-a1-warm-up-greeting-new-colleagues/68da86acaaf78832f7b6b725.md

latest1.5 KB
Original Source
<!-- (Audio) Chen Na: 你们好 (nǐ men hǎo) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which option is the correct Pinyin for what Chen Na says?

--answers--

nǐ hǎo

--feedback--

She says three syllables, not two.


nín hǎo

--feedback--

This is the polite form for addressing one person, not a group.


nǐ men hǎo


tā men hǎo

--feedback--

The first syllable is different from what Chen Na says.

--video-solution--

3

--explanation--

Chen Na is saying nǐ men hǎo. The second syllable is in the neutral tone, which you'll learn about later.

--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_warm_up.mp3",
      "startTime": 1,
      "startTimestamp": 8.98,
      "finishTimestamp": 9.9
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 1.92,
      "dialogue": {
        "text": "你们好 (nǐ men hǎo)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 2.42
    }
  ]
}