Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/zh-a1-warm-up-meeting-new-teammates/690326cb038d85c5ce71548b.md

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which option is the correct Pinyin for what Liu Ming says?

--answers--

bú shì

--feedback--

The tone of the first syllable sounds like it's rising, but it actually should be falling.


bù shì


bū shì

--feedback--

The first syllable's tone doesn't match what Liu Ming says.


bù sì

--feedback--

The initial of the second syllable should be pronounced with tongue tip curled back.

--video-solution--

2

--explanation--

Liu Ming is pronouncing the two-syllable phrase bù shì. Note that this demonstrates the tone sandhi rule for 不 (bù), which changes to a second tone when followed by a fourth-tone syllable like shì.

--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
    }
  ]
}