Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/zh-a1-learn-nasal-finals/6356c4ee3fe984a3882fa360.md

latest2.5 KB
Original Source
<!-- (Audio) Li Hong: ün, jun, qun, xun, xūn, xún, xùn -->

--description--

The last front nasal final ün is made of ü plus the nasal n. You start with the rounded ü vowel, then move directly into the nasal n by touching the tongue tip behind your upper teeth.

Unlike uen, there is no middle e sound here. It's simply a quick connection from ü to n.

When ün is combined with j, q and x, the two dots on ü are omitted.

Let's practice pronouncing ün and the syllables, and then use xun in different tones as an example.

PinyinCharacter
xūn
xún
xùn

--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": 350.07,
      "finishTimestamp": 364.57
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 1.85,
      "dialogue": {
        "text": "ün",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 3.01,
      "finishTime": 3.83,
      "dialogue": {
        "text": "jun",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 4.89,
      "finishTime": 5.85,
      "dialogue": {
        "text": "qun",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 7.01,
      "finishTime": 7.97,
      "dialogue": {
        "text": "xun",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 10.1,
      "finishTime": 10.98,
      "dialogue": {
        "text": "xūn",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 11.98,
      "finishTime": 13.01,
      "dialogue": {
        "text": "xún",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 13.93,
      "finishTime": 14.9,
      "dialogue": {
        "text": "xùn",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 15.4
    }
  ]
}