Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/zh-a1-learn-nasal-finals/69003850bd9dc4125a548317.md

latest2.9 KB
Original Source
<!-- (Audio) Li Hong: üan, juan, quan, xuan, xuān, xuán, xuǎn, xuàn -->

--description--

üan starts with the final ü, which is pronounced by shaping your lips like you're saying u (rounded), but placing your tongue as if you're saying i.

To pronounce üan, begin with ü, then open your mouth slightly for a short a-like sound, and finish with the nasal n by touching your tongue tip behind your upper teeth.

It's important to keep the rounded lip shape at the start. Don't pronounce it like uan.

When combined with initials j, q, and x, the two dots above ü are omitted, but the pronunciation remains üan.

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

PinyinCharacter
xuān
xuán
xuǎn
xuà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": 241.68,
      "finishTimestamp": 258.92
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 1.8,
      "dialogue": {
        "text": "üan",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 3.44,
      "finishTime": 4.27,
      "dialogue": {
        "text": "juan",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 5.62,
      "finishTime": 6.54,
      "dialogue": {
        "text": "quan",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 7.99,
      "finishTime": 8.97,
      "dialogue": {
        "text": "xuan",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 10.57,
      "finishTime": 11.42,
      "dialogue": {
        "text": "xuān",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 12.45,
      "finishTime": 13.42,
      "dialogue": {
        "text": "xuán",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 14.67,
      "finishTime": 15.72,
      "dialogue": {
        "text": "xuǎn",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 16.9,
      "finishTime": 17.74,
      "dialogue": {
        "text": "xuàn",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 18.24
    }
  ]
}