Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/zh-a1-warm-up-meeting-new-teammates/68fde9137e03cd1ea40a672b.md

latest1.5 KB
Original Source
<!-- (Audio) Wang Hua: 请问 (qǐng wèn) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which option is the correct Pinyin for what Wang Hua says?

--answers--

qíng wèn

--feedback--

The tone of the first syllable doesn't match how Wang Hua says the word.


qǐng wèn


qǐn wèn

--feedback--

The first syllable's final is different from what Wang Hua says.


qíng wěn

--feedback--

Both tones sound different from what you hear in the audio.

--video-solution--

2

--explanation--

Wang Hua is saying qǐng wèn. The first syllable has a nasal final ng and the third tone, while the second syllable has the fourth tone.

--scene--

json
{
  "setup": {
    "background": "company1-breakroom.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": 26.24,
      "finishTimestamp": 27.14
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.9,
      "dialogue": {
        "text": "请问 (qǐng wèn)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.4
    }
  ]
}