Back to Freecodecamp

Task 18

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

latest2.7 KB
Original Source
<!-- (Audio) Lin Yating: ua, hua, kua, gua, shua, huā, huá, huà -->

--description--

ua starts with the tongue high and close to the hard palate for u. Then, without breaking the sound, open the mouth wider into the position for a.

The first part is narrow and high, while the second part opens more.

When ua is combined with the initials, you get the syllables like hua, kua, gua, and shua.

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

PinyinCharacter
huā
huá
huà

--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": 256.96,
      "finishTimestamp": 272.37
    }
  },
  "commands": [
    {
      "character": "Lin Yating",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lin Yating",
      "startTime": 1,
      "finishTime": 1.84,
      "dialogue": {
        "text": "ua",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 2.7,
      "finishTime": 3.73,
      "dialogue": {
        "text": "hua",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 4.89,
      "finishTime": 5.84,
      "dialogue": {
        "text": "kua",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 7.18,
      "finishTime": 8.11,
      "dialogue": {
        "text": "gua",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 9.29,
      "finishTime": 10.31,
      "dialogue": {
        "text": "shua",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 11.86,
      "finishTime": 12.66,
      "dialogue": {
        "text": "huā",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 13.53,
      "finishTime": 14.51,
      "dialogue": {
        "text": "huá",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 15.37,
      "finishTime": 16.11,
      "dialogue": {
        "text": "huà",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "opacity": 0,
      "startTime": 16.61
    }
  ]
}