Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/zh-a1-learn-initials/655c4fbd218004a8fa43cf34.md

latest2.3 KB
Original Source
<!-- (Audio) Wang Hua: h, ha, he, hu, hē, hé, hè -->

--description--

The initial h is pronounced by exhaling air through your throat, creating a soft friction sound.

When h combines with the finals a, e, and u, you get the syllables: ha, he, and hu.

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

PinyinCharacter

--assignment--

I've listened to the audio and practiced pronouncing the initial and syllables.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Wang Hua",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_pinyin_initials.mp3",
      "startTime": 1,
      "startTimestamp": 442.82,
      "finishTimestamp": 456.67
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.64,
      "dialogue": {
        "text": "h",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 2.99,
      "finishTime": 3.75,
      "dialogue": {
        "text": "ha",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 5.05,
      "finishTime": 5.92,
      "dialogue": {
        "text": "he",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 7.32,
      "finishTime": 8.16,
      "dialogue": {
        "text": "hu",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 9.57,
      "finishTime": 10.46,
      "dialogue": {
        "text": "hē",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 11.64,
      "finishTime": 12.55,
      "dialogue": {
        "text": "hé",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 13.66,
      "finishTime": 14.35,
      "dialogue": {
        "text": "hè",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 14.85
    }
  ]
}