Back to Freecodecamp

Task 18

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

latest1.6 KB
Original Source
<!-- (Audio) Wang Hua: 开发者 (kāi fā zhě) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which is the correct Pinyin for what Wang Hua says?

--answers--

kā fā zhě

--feedback--

The first syllable should have a compound final, not a simple final.


kāi fà zhě

--feedback--

The tone of the second syllable is different from what he says.


kāi fā zhě


kāi fā zě

--feedback--

The initial of the last syllable should be pronounced with tongue tip curled up.

--video-solution--

3

--explanation--

Wang Hua is saying kāi fā zhě. The tones are: first tone, first tone, and third tone.

Be careful with the third syllable, which uses the initial zh. The tongue tip should be curled up to pronounce this sound.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Wang Hua",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_warm_up.mp3",
      "startTime": 1,
      "startTimestamp": 6.65,
      "finishTimestamp": 7.7
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.05,
      "dialogue": {
        "text": "开发者 (kāi fā zhě)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.55
    }
  ]
}