Back to Freecodecamp

Task 9

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

latest3.4 KB
Original Source
<!-- (Audio) Lin Yating: ou, mou, fou, dou, kou, zou, shou, shōu, shóu, shǒu, shòu -->

--description--

To pronounce the compound final ou, you begin with the mouth in the position for the o sound, then smoothly transition the tongue and lips toward the position for u. The movement should be fluid, with no break between the two sounds. The o is emphasized slightly longer, while the u is shorter and lighter, resulting in a natural glide rather than two separate vowels.

When ou is combined with the initials, you get the syllables like mou, fou, dou, kou, zou, and shou.

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

PinyinCharacter
shōu
shóu
shǒu
shòu

--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": 148,
      "finishTimestamp": 170.93
    }
  },
  "commands": [
    {
      "character": "Lin Yating",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lin Yating",
      "startTime": 1,
      "finishTime": 1.78,
      "dialogue": {
        "text": "ou",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 2.85,
      "finishTime": 3.73,
      "dialogue": {
        "text": "mou",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 4.97,
      "finishTime": 5.9,
      "dialogue": {
        "text": "fou",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 7.32,
      "finishTime": 8.18,
      "dialogue": {
        "text": "dou",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 9.54,
      "finishTime": 10.5,
      "dialogue": {
        "text": "kou",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 11.85,
      "finishTime": 12.74,
      "dialogue": {
        "text": "zou",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 14.17,
      "finishTime": 15.23,
      "dialogue": {
        "text": "shou",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 16.87,
      "finishTime": 17.84,
      "dialogue": {
        "text": "shōu",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 18.68,
      "finishTime": 19.78,
      "dialogue": {
        "text": "shóu",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 20.7,
      "finishTime": 21.8,
      "dialogue": {
        "text": "shǒu",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "startTime": 22.84,
      "finishTime": 23.63,
      "dialogue": {
        "text": "shòu",
        "align": "center"
      }
    },
    {
      "character": "Lin Yating",
      "opacity": 0,
      "startTime": 24.13
    }
  ]
}