Back to Freecodecamp

Task 26

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

latest3.3 KB
Original Source
<!-- (Audio) Lin Yating: iao, biao, miao, diao, jiao, qiao, xiao, miāo, miáo, miǎo, miào -->

--description--

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

When iao is combined with the initials, you get the syllables like biao, miao, diao, jiao, qiao, xiao.

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

PinyinCharacter
miāo
miáo
miǎo
mià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": 352.14,
      "finishTimestamp": 374.24
    }
  },
  "commands": [
    {
      "character": "Lin Yating",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lin Yating",
      "startTime": 1,
      "finishTime": 1.85,
      "dialogue": {
        "text": "iao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 2.97,
      "finishTime": 3.87,
      "dialogue": {
        "text": "biao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 4.81,
      "finishTime": 5.89,
      "dialogue": {
        "text": "miao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 6.96,
      "finishTime": 7.92,
      "dialogue": {
        "text": "diao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 9,
      "finishTime": 9.94,
      "dialogue": {
        "text": "jiao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 10.71,
      "finishTime": 11.82,
      "dialogue": {
        "text": "qiao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 12.91,
      "finishTime": 13.85,
      "dialogue": {
        "text": "xiao",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 15.85,
      "finishTime": 16.73,
      "dialogue": {
        "text": "miāo",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 17.75,
      "finishTime": 18.75,
      "dialogue": {
        "text": "miáo",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 19.7,
      "finishTime": 20.83,
      "dialogue": {
        "text": "miǎo",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 21.92,
      "finishTime": 22.6,
      "dialogue": {
        "text": "miào",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "opacity": 0,
      "startTime": 23.1
    }
  ]
}