Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/zh-a1-learn-initials/63cc682675b984a4b8cf54a4.md

latest2.2 KB
Original Source
<!-- (Audio) Wang Hua: c, ca, ce, cū, cú, cù -->

--description--

To pronounce c, start by building up pressure with your tongue tip behind your upper teeth. Release it suddenly with a sharp, explosive puff of air.

When c combines with the finals a, e, and u, you get the syllables: ca, ce, and cu.

Let's practice pronouncing these syllables, and then use cu 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": 616.04,
      "finishTimestamp": 627.76
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.54,
      "dialogue": {
        "text": "c",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 3.18,
      "finishTime": 3.88,
      "dialogue": {
        "text": "ca",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 4.75,
      "finishTime": 5.59,
      "dialogue": {
        "text": "ce",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 6.75,
      "finishTime": 7.67,
      "dialogue": {
        "text": "cū",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 8.73,
      "finishTime": 9.7,
      "dialogue": {
        "text": "cú",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 10.91,
      "finishTime": 11.72,
      "dialogue": {
        "text": "cù",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 12.22
    }
  ]
}