Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/zh-a1-learn-compound-finals/690ae7f2e19334043aea0cb9.md

latest1.9 KB
Original Source
<!-- (Audio) Lin Yating: er, ér, ěr, èr -->

--description--

er is a special final in Pinyin. It can function as a standalone syllable.

To pronounce er, you begin by producing the sound of the simple final e. While sustaining the sound, gently raise and curl the tip of your tongue backward without touching the roof of the mouth, then release quickly. The result is a retroflex, rhotic vowel.

Let's practice pronouncing er​ in different tones.

PinyinCharacter
ér
ěr
èr

--assignment--

I've listened to the audio and pronounced the special final and syllables.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lin Yating",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_pinyin_compound_finals.mp3",
      "startTime": 1,
      "startTimestamp": 496.95,
      "finishTimestamp": 504.74
    }
  },
  "commands": [
    {
      "character": "Lin Yating",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lin Yating",
      "startTime": 1,
      "finishTime": 1.84,
      "dialogue": {
        "text": "er",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 3.12,
      "finishTime": 3.86,
      "dialogue": {
        "text": "ér",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 5.39,
      "finishTime": 6.26,
      "dialogue": {
        "text": "ěr",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 7.62,
      "finishTime": 8.29,
      "dialogue": {
        "text": "èr",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "opacity": 0,
      "startTime": 8.79
    }
  ]
}