Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/zh-a1-learn-initials/60e0353cb81cc47458fea682.md

latest2.5 KB
Original Source
<!-- (Audio) Wang Hua: x, xi, xu, xū, xú, xǔ, xù -->

--description--

To pronounce x, you should bring the front of your tongue close to your hard palate without pressing firmly, leaving a narrow gap instead. Let the air flow out continuously​ to make a steady, soft hissing sound.

When x combines with the finals i and u, you get the syllables: xi and xu. Note that ü is written as u after x.

Let's practice pronouncing these syllables, and then use xu 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": 548.75,
      "finishTimestamp": 565.56
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.66,
      "dialogue": {
        "text": "x",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 3.39,
      "finishTime": 4.24,
      "dialogue": {
        "text": "xi",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 5.5,
      "finishTime": 6.36,
      "dialogue": {
        "text": "xu",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 8.12,
      "finishTime": 9.12,
      "dialogue": {
        "text": "xū",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 10.85,
      "finishTime": 11.87,
      "dialogue": {
        "text": "xú",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 13.47,
      "finishTime": 14.68,
      "dialogue": {
        "text": "xǔ",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 16.17,
      "finishTime": 17.01,
      "dialogue": {
        "text": "xù",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 17.51
    }
  ]
}