Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/zh-a1-learn-initials/6adb52741a09f4db4bf07b41.md

latest3.0 KB
Original Source
<!-- (Audio) Wang Hua: d, da, de, di, du, dā, dá, dǎ, dà -->

--description--

Now you'll learn another group of initials: d, t, n and l.

To pronounce d, place the tip of your tongue lightly against the bumpy ridge right behind your upper front teeth. Release it quickly and cleanly. There should be no vibration in your throat and no strong puff of air after the sound. Keep it short and crisp.

When d combines with the finals a, e, i, and u, you get the syllables: da, de, di, and du.

Let's practice pronouncing d and the syllables, and then use da 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": 225.33,
      "finishTimestamp": 243.77
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.59,
      "dialogue": {
        "text": "d",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 4.33,
      "finishTime": 5.01,
      "dialogue": {
        "text": "da",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 6.13,
      "finishTime": 6.93,
      "dialogue": {
        "text": "de",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 8.22,
      "finishTime": 8.95,
      "dialogue": {
        "text": "di",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 10.21,
      "finishTime": 10.97,
      "dialogue": {
        "text": "du",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 12.64,
      "finishTime": 13.39,
      "dialogue": {
        "text": "dā",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 14.49,
      "finishTime": 15.29,
      "dialogue": {
        "text": "dá",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 16.58,
      "finishTime": 17.31,
      "dialogue": {
        "text": "dǎ",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 18.75,
      "finishTime": 19.34,
      "dialogue": {
        "text": "dà",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 19.84
    }
  ]
}