Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/zh-a1-learn-nasal-finals/694151cf4b43b1627d294af3.md

latest1.4 KB
Original Source
<!-- (audio) Li Hong: hǒng -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which option matches the sound you hear?

--answers--

xiōng

--feedback--

The final is different from what you hear.


hóng

--feedback--

The tone does not match what you hear in the audio.


hǒng


chòng

--feedback--

The initial is different from the one in the audio.

--video-solution--

3

--explanation--

The speaker is pronouncing the syllable with the initial h and the final ong, and uses the third tone, which falls from mid to low and then rises again.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Li Hong",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_pinyin_nasal_finals.mp3",
      "startTime": 1,
      "startTimestamp": 544.3,
      "finishTimestamp": 546.34
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "hǒng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}