Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/zh-a1-learn-compound-finals/6c2294cc9b36b4bf2ba83d74.md

latest3.4 KB
Original Source
<!-- (Audio) Lin Yating: ao, bao, dao, gao, kao, zao, chao, zāo, záo, zǎo, zào -->

--description--

To pronounce the compound final ao, you begin with your mouth open wide for the a sound, then smoothly transition your tongue and lips toward the position for o.

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

When ao is combined with the initials, you get the syllables like bao, dao, gao, kao, zao, and chao.

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

PinyinCharacter
zāo
záo
zǎo
zào

--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": 112.68,
      "finishTimestamp": 136.09
    }
  },
  "commands": [
    {
      "character": "Lin Yating",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lin Yating",
      "startTime": 1,
      "finishTime": 1.89,
      "dialogue": {
        "text": "ao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 2.93,
      "finishTime": 3.79,
      "dialogue": {
        "text": "bao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 5.06,
      "finishTime": 5.89,
      "dialogue": {
        "text": "dao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 7.18,
      "finishTime": 8.12,
      "dialogue": {
        "text": "gao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 9.65,
      "finishTime": 10.62,
      "dialogue": {
        "text": "kao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 12.17,
      "finishTime": 13.16,
      "dialogue": {
        "text": "zao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 14.57,
      "finishTime": 15.58,
      "dialogue": {
        "text": "chao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 17.52,
      "finishTime": 18.33,
      "dialogue": {
        "text": "zāo",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 19.66,
      "finishTime": 20.56,
      "dialogue": {
        "text": "záo",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 21.52,
      "finishTime": 22.46,
      "dialogue": {
        "text": "zǎo",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 23.79,
      "finishTime": 24.41,
      "dialogue": {
        "text": "zào",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "opacity": 0,
      "startTime": 24.91
    }
  ]
}