Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/zh-a1-learn-compound-finals/68aed38abc5814eaa95a610f.md

latest4.0 KB
Original Source
<!-- (Audio) Lin Yating: ai, bai, tai, gai, kai, cai, zhai, bāi, bái, bǎi, bài -->

--description--

A compound final consists of two or three vowel sounds that blend smoothly together within a single syllable, creating a gliding sound without interruption.

ai is one of them. To pronounce it, you begin with the mouth open wide for the a 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 a is emphasized slightly longer, while the i is shorter and lighter, resulting in a natural glide rather than two separate vowels.

When ai is combined with the initials, you get the syllables like bai, tai, gai, kai, cai, and zhai.

To pronounce bai, you start by forming the b sound with your lips pressed together. Then, open your mouth wide to pronounce a, followed by a smooth transition to i. The key is to connect the initial and the compound final in one fluid motion without pausing between them.

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

PinyinCharacter
bāi
bái
bǎi
bài

You can use this same method of smoothly linking b directly into the compound final for other syllables. The only difference will be the initial sound you make at the beginning.

--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": 34.09,
      "finishTimestamp": 56.7
    }
  },
  "commands": [
    {
      "character": "Lin Yating",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lin Yating",
      "startTime": 1,
      "finishTime": 1.82,
      "dialogue": {
        "text": "ai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 2.96,
      "finishTime": 3.84,
      "dialogue": {
        "text": "bai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 4.92,
      "finishTime": 5.87,
      "dialogue": {
        "text": "tai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 7.5,
      "finishTime": 8.4,
      "dialogue": {
        "text": "gai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 9.58,
      "finishTime": 10.42,
      "dialogue": {
        "text": "kai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 11.92,
      "finishTime": 12.89,
      "dialogue": {
        "text": "cai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 14.24,
      "finishTime": 15.09,
      "dialogue": {
        "text": "zhai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 16.43,
      "finishTime": 17.34,
      "dialogue": {
        "text": "bāi",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 18.65,
      "finishTime": 19.42,
      "dialogue": {
        "text": "bái",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 20.85,
      "finishTime": 21.71,
      "dialogue": {
        "text": "bǎi",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 22.93,
      "finishTime": 23.61,
      "dialogue": {
        "text": "bài",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "opacity": 0,
      "startTime": 24.11
    }
  ]
}