Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/zh-a1-learn-initials/66a83481c486e4ab489b0298.md

latest2.6 KB
Original Source
<!-- (Audio) Wang Hua: g, ga, ge, gu, gē, gé, gě, gè -->

--description--

The initial g is pronounced with the back of the tongue against the soft palate. To practice, try saying g and you should feel almost no air hit your hand if you hold it in front of your mouth.

When g combines with the finals a, e, and u, you get the syllables: ga, ge, and gu.

Let's practice pronouncing these syllables, and then use ge 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": 369.23,
      "finishTimestamp": 384.76
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.51,
      "dialogue": {
        "text": "g",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 3.09,
      "finishTime": 3.8,
      "dialogue": {
        "text": "ga",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 4.86,
      "finishTime": 5.58,
      "dialogue": {
        "text": "ge",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 6.82,
      "finishTime": 7.6,
      "dialogue": {
        "text": "gu",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 9.12,
      "finishTime": 9.89,
      "dialogue": {
        "text": "gē",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 11.26,
      "finishTime": 12.02,
      "dialogue": {
        "text": "gé",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 13.31,
      "finishTime": 14.11,
      "dialogue": {
        "text": "gě",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 15.4,
      "finishTime": 16.13,
      "dialogue": {
        "text": "gè",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 16.63
    }
  ]
}