Back to Freecodecamp

Task 20

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

latest1.6 KB
Original Source
<!-- (Audio) Liu Ming: 设计师 (shè jì shī) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which is the correct Pinyin for what Liu Ming says?

--answers--

shè jì shī


sě jì shī

--feedback--

The first syllable is using the wrong initial and tone.


shè jǐ shī

--feedback--

The second syllable should not have the third tone.


shè jì sì

--feedback--

The last syllable is using the wrong initial and tone.

--video-solution--

1

--explanation--

Liu Ming is saying shè jì shī. The tones are fourth tone, fourth tone, and first tone. The first and the third syllables use the same initial sh. Pronounce it by curling the tongue tip up.

--scene--

json
{
  "setup": {
    "background": "company2-center.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": 23.33,
      "finishTimestamp": 24.73
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 2.4,
      "dialogue": {
        "text": "设计师 (shè jì shī)",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 2.9
    }
  ]
}