Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/zh-a1-learn-nasal-finals/63be2d57f9882444084b6c9c.md

latest3.2 KB
Original Source
<!-- (Audio) Li Hong: eng, beng, peng, meng, deng, zheng, pēng, péng, pěng, pèng -->

--description--

eng is a back nasal final, like ang, but with a different vowel quality.

While ang starts with the open vowel a, eng begins with a mid vowel sound. The tongue root is pulled slightly further back than in ang, and the lips stay more relaxed.

It ends with the back nasal ng, made by lifting the back of the tongue against the soft palate.

When eng is combined with initials, you get syllables such as beng, peng, meng, deng, and sheng.

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

PinyinCharacter
pēng
péng
pěng
pè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": 408.67,
      "finishTimestamp": 429.92
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 1.85,
      "dialogue": {
        "text": "eng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 3.28,
      "finishTime": 4.18,
      "dialogue": {
        "text": "beng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 5.35,
      "finishTime": 6.2,
      "dialogue": {
        "text": "peng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 7.93,
      "finishTime": 8.88,
      "dialogue": {
        "text": "meng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 10.22,
      "finishTime": 10.96,
      "dialogue": {
        "text": "deng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 12.24,
      "finishTime": 13.16,
      "dialogue": {
        "text": "zheng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 15.04,
      "finishTime": 15.82,
      "dialogue": {
        "text": "pēng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 16.93,
      "finishTime": 17.76,
      "dialogue": {
        "text": "péng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 19.02,
      "finishTime": 19.94,
      "dialogue": {
        "text": "pěng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 21.07,
      "finishTime": 21.75,
      "dialogue": {
        "text": "pèng",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 22.25
    }
  ]
}