Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/zh-a1-learn-compound-finals/66cb17a9180424ae6a09847a.md

latest3.4 KB
Original Source
<!-- (Audio) Lin Yating: ei, bei, lei, fei, pei, zei, shei, fēi, féi, fěi, fèi -->

--description--

ei is another compound final. To pronounce it, you begin with the mouth in the position for the e sound, then smoothly transition the tongue and lips toward the position for i.

The movement should be fluid, with no break between the two sounds. The e is emphasized slightly longer, while the i is shorter and lighter, resulting in a natural glide rather than two separate vowels.

When ei is combined with the initials, you get the syllables like bei, lei, fei, pei, zei, and shei.

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

PinyinCharacter
fēi
féi
fěi
fèi

--assignment--

I've listened to the audio and practiced pronouncing the compound 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": 69.67,
      "finishTimestamp": 96.2
    }
  },
  "commands": [
    {
      "character": "Lin Yating",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lin Yating",
      "startTime": 1,
      "finishTime": 1.73,
      "dialogue": {
        "text": "ei",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 3.19,
      "finishTime": 4.05,
      "dialogue": {
        "text": "bei",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 5.49,
      "finishTime": 6.36,
      "dialogue": {
        "text": "lei",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 7.84,
      "finishTime": 8.88,
      "dialogue": {
        "text": "fei",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 10.53,
      "finishTime": 11.48,
      "dialogue": {
        "text": "pei",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 13.53,
      "finishTime": 14.34,
      "dialogue": {
        "text": "zei",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 16.36,
      "finishTime": 17.38,
      "dialogue": {
        "text": "shei",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 19.12,
      "finishTime": 20.02,
      "dialogue": {
        "text": "fēi",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 21.19,
      "finishTime": 22.27,
      "dialogue": {
        "text": "féi",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 23.87,
      "finishTime": 25.04,
      "dialogue": {
        "text": "fěi",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 26.82,
      "finishTime": 27.53,
      "dialogue": {
        "text": "fèi",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "opacity": 0,
      "startTime": 28.03
    }
  ]
}