Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/zh-a1-learn-nasal-finals/603956b53a11a45f0ba647b9.md

latest1.2 KB
Original Source
<!-- (Audio) Li Hong: ueng -->

--description--

ueng is the last nasal final you learn.

It starts with u, made with rounded lips, then passes through a very light middle vowel e sound, and ends with the back nasal ng, produced with the back of the tongue against the soft palate. The transition between all parts should be smooth and continuous.

--assignment--

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

--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": 40.42,
      "finishTimestamp": 41.22
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 1.8,
      "dialogue": {
        "text": "ueng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 2.3
    }
  ]
}