Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/zh-a1-warm-up-meeting-new-teammates/6903633745955bf0ee46241e.md

latest1.6 KB
Original Source
<!-- (Audio) Liu Ming: 不是 (bù shì) -->

--description--

Liu Ming is using a common negative word to say "is not".

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which word does Liu Ming use to express something negative?

--answers--

是 (shì)

--feedback--

This means "to be". Liu Ming is actually negating this word in the audio.


不 (bù)

--feedback--

This means "not", but Liu Ming uses a two-syllable phrase to say something negative.


不是 (bù shì)


没有 (méi yǒu)

--feedback--

This means "don't have" or "there isn't". It's a different kind of negation.

--video-solution--

3

--explanation--

Liu Ming is expressing something negative by using the word 不是 (bù shì), which means "is not".

--scene--

json
{
  "setup": {
    "background": "company1-breakroom.png",
    "characters": [
      {
        "character": "Liu Ming",
        "position": {
          "x": 50,
          "y": 17,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_warm_up.mp3",
      "startTime": 1,
      "startTimestamp": 36.62,
      "finishTimestamp": 37.48
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 1.86,
      "dialogue": {
        "text": "不是 (bù shì)",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 2.36
    }
  ]
}