Back to Freecodecamp

Task 31

curriculum/challenges/english/blocks/zh-a1-learn-compound-finals/612cb090cb85f408182d42f8.md

latest2.9 KB
Original Source
<!-- (Audio) Lin Yating: uai, kuai, guai, huai, chuai, shuai, guāi, guǎi, guài -->

--description--

To pronounce uai, you begin with the tongue high and close to the hard palate for u, then smoothly transition to the position for a, and finally to the position for i. The movement should be fluid, with no break between the three sounds.

When uai is combined with the initials, you get the syllables like kuai, guai, huai, chuai, shuai.

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

PinyinCharacter
guāi
guǎi
guà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": 422.23,
      "finishTimestamp": 442.16
    }
  },
  "commands": [
    {
      "character": "Lin Yating",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lin Yating",
      "startTime": 1,
      "finishTime": 1.88,
      "dialogue": {
        "text": "uai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 3.3,
      "finishTime": 4.25,
      "dialogue": {
        "text": "kuai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 5.61,
      "finishTime": 6.53,
      "dialogue": {
        "text": "guai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 7.84,
      "finishTime": 8.79,
      "dialogue": {
        "text": "huai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 10.12,
      "finishTime": 11.1,
      "dialogue": {
        "text": "chuai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 12.57,
      "finishTime": 13.65,
      "dialogue": {
        "text": "shuai",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 15.41,
      "finishTime": 16.23,
      "dialogue": {
        "text": "guāi",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 17.69,
      "finishTime": 18.7,
      "dialogue": {
        "text": "guǎi",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 19.7,
      "finishTime": 20.43,
      "dialogue": {
        "text": "guài",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "opacity": 0,
      "startTime": 20.93
    }
  ]
}