Files
freeCodeCamp/curriculum/challenges/english/blocks/zh-a1-learn-initials/63901cd511d8440de91ca195.md

4.4 KiB

id, title, challengeType, dashedName, lang
id title challengeType dashedName lang
63901cd511d8440de91ca195 Task 2 24 task-2 zh-CN

--description--

You know a Pinyin syllable has three parts: initial, final, and tone. You have already learned the finals and tones. Now you'll focus on initials and practice combining them with finals to form syllables.

There are 21 initials in total. You'll learn them in groups by mouth position to make pronunciation easier. The first group is b, p, m, f.

The very first initial you learn here is b. To pronounce b, gently press your lips together and then release them while making a short, soft sound without a strong puff of air and without vibration in your vocal cords. It should feel quick and smooth, as your lips come together and part gently.

You might sometimes hear this initial pronounced as bo. This is because the pronunciation of b is very brief and light. Adding the single final o makes it easier to hear. The same principle applies to other initials like p, m, and f.

When b is combined with the finals a, o, i, u, you get the syllables: ba, bo, bi, bu.

To pronounce ba, begin by putting your lips together to pronounce b. Immediately after, open your mouth wide into a relaxed and open shape to pronounce the clear a sound. The key is to connect the consonant and the vowel in one fluid motion without pausing between them. You can use this same method of smoothly linking the b sound directly into the finals for other syllables like bo, bi, and bu. The only difference will be the mouth shape you make for each specific final.

Let's practice pronouncing b and the syllables, and then use ba in different tones as an example.

In this lesson and in later lessons, you will see that when the tone of a syllable changes, it can represent different Chinese characters. These are only examples to help you understand tones, and you don't need to worry about learning the characters for now.

Pinyin Character
ba

--assignment--

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

--scene--

{
  "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": 51.63,
      "finishTimestamp": 70.92
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.75,
      "dialogue": {
        "text": "b",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 4.67,
      "finishTime": 5.57,
      "dialogue": {
        "text": "ba",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 6.53,
      "finishTime": 7.35,
      "dialogue": {
        "text": "bo",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 8.76,
      "finishTime": 9.59,
      "dialogue": {
        "text": "bi",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 10.64,
      "finishTime": 11.61,
      "dialogue": {
        "text": "bu",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 13.22,
      "finishTime": 13.93,
      "dialogue": {
        "text": "bā",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 15.2,
      "finishTime": 16.05,
      "dialogue": {
        "text": "bá",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 17.3,
      "finishTime": 18.26,
      "dialogue": {
        "text": "bǎ",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 19.65,
      "finishTime": 20.29,
      "dialogue": {
        "text": "bà",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 20.79
    }
  ]
}