Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/zh-a1-learn-nasal-finals/675eee872faf4405d8c28280.md

latest2.4 KB
Original Source
<!-- (Audio) Li Hong: iong, jiong, qiong, xiong, xiōng, xióng -->

--description--

iong combines the vowel i with the back nasal final ong.

It starts with i, where the tongue is high and the lips spread, then quickly moves into a rounded vowel similar to u, and ends with the back nasal ng, made by lifting the back of the tongue against the soft palate.

When iong is combined with initials, you get syllables such as jiong, qiong, and xiong.

Let's practice pronouncing iong and the syllables, and then use xiong in different tones as an example.

PinyinCharacter
xiōng
xióng

--assignment--

I've listened to the audio and practiced pronouncing the nasal final and syllables.

--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": 520.77,
      "finishTimestamp": 534.2
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 1.27,
      "dialogue": {
        "text": "iong",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 3.2,
      "finishTime": 4.19,
      "dialogue": {
        "text": "jiong",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 5.63,
      "finishTime": 6.7,
      "dialogue": {
        "text": "qiong",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 7.97,
      "finishTime": 9.11,
      "dialogue": {
        "text": "xiong",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 10.38,
      "finishTime": 11.33,
      "dialogue": {
        "text": "xiōng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 12.39,
      "finishTime": 13.53,
      "dialogue": {
        "text": "xióng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 14.03
    }
  ]
}