Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/zh-a1-learn-nasal-finals/687bf09c0d4d04a5ca497133.md

latest4.1 KB
Original Source
<!-- (Audio) Li Hong: an, ban, pan, man, dan, lan, shan, ran, fān, fán, fǎn, fàn -->

--description--

There are 16 nasal finals in Pinyin. These are syllables that end with a nasal sound, either n (front nasal) or ng (back nasal).

The nasal final an is the first one you learn. It's made of a vowel a plus a nasal ending.

To pronounce an, start with the short vowel a, then lightly close the airflow with your tongue touching behind your top teeth to make the n sound. Your lips should stay relaxed and slightly open. This is a front nasal final because the tongue tip makes the nasal sound in the front of the mouth.

When an is combined with the initials, it can form syllables like ban, pan, man, dan, lan, shan, and ran.

To pronounce the syllable ban, begin with the sound of the initial b by pressing your lips together and releasing the sound softly. Then immediately move into the final an.

This same pattern applies to all syllables ending with an. Only the initial consonant changes at the beginning of the syllable. The key is to connect the initial sound smoothly to the final an without pausing.

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

PinyinCharacter
fān
fán
fǎn
fà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": 51.25,
      "finishTimestamp": 75.35
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 1.68,
      "dialogue": {
        "text": "an",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 3.28,
      "finishTime": 3.94,
      "dialogue": {
        "text": "ban",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 5.27,
      "finishTime": 5.96,
      "dialogue": {
        "text": "pan",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 7.38,
      "finishTime": 8.14,
      "dialogue": {
        "text": "man",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 9.48,
      "finishTime": 10.2,
      "dialogue": {
        "text": "dan",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 11.53,
      "finishTime": 12.25,
      "dialogue": {
        "text": "lan",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 13.53,
      "finishTime": 14.39,
      "dialogue": {
        "text": "shan",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 15.64,
      "finishTime": 16.44,
      "dialogue": {
        "text": "ran",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 18.3,
      "finishTime": 19.1,
      "dialogue": {
        "text": "fān",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 20.22,
      "finishTime": 21.15,
      "dialogue": {
        "text": "fán",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 22.33,
      "finishTime": 23.28,
      "dialogue": {
        "text": "fǎn",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 24.52,
      "finishTime": 25.1,
      "dialogue": {
        "text": "fàn",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 25.6
    }
  ]
}