Back to Freecodecamp

Task 31

curriculum/challenges/english/blocks/zh-a1-learn-initials/6913e9c685c6d42f1989bc2f.md

latest2.5 KB
Original Source
<!-- (Audio) Wang Hua: j, ji, ju, jū, jú, jǔ, jù -->

--description--

To pronounce j, raise the front of your tongue to press against the hard palate. The tip of your tongue should point down, behind your bottom teeth. Build up a little air pressure, then release it gently to make a soft, unaspirated sound.

When j combines with the finals i and u, you get the syllables: ji and ju. Note that ü is written as u after j.

Let's practice pronouncing these syllables, and then use ju 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": 485.27,
      "finishTimestamp": 499.4
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.51,
      "dialogue": {
        "text": "j",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 2.8,
      "finishTime": 3.53,
      "dialogue": {
        "text": "ji",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 5.05,
      "finishTime": 5.94,
      "dialogue": {
        "text": "ju",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 7.38,
      "finishTime": 8.22,
      "dialogue": {
        "text": "jū",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 9.68,
      "finishTime": 10.54,
      "dialogue": {
        "text": "jú",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 11.68,
      "finishTime": 12.61,
      "dialogue": {
        "text": "jǔ",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 14.04,
      "finishTime": 14.63,
      "dialogue": {
        "text": "jù",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 15.13
    }
  ]
}