Back to Freecodecamp

Task 44

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

latest2.4 KB
Original Source
<!-- (Audio) Wang Hua: s, sa, se, su, sā, sǎ, sà -->

--description--

To pronounce s, put the tip of your tongue close to the back of your upper front teeth, leaving a narrow gap. Let the air flow out continuously​ to make a steady, hissing sound, like a snake.

When s combines with the finals a, e, and u, you get the syllables: sa, se, and su.

Let's practice pronouncing these syllables, and then use sa 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": 640.84,
      "finishTimestamp": 655.29
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.68,
      "dialogue": {
        "text": "s",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 3.04,
      "finishTime": 3.89,
      "dialogue": {
        "text": "sa",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 5.03,
      "finishTime": 5.92,
      "dialogue": {
        "text": "se",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 7.17,
      "finishTime": 8.03,
      "dialogue": {
        "text": "su",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 9.85,
      "finishTime": 10.73,
      "dialogue": {
        "text": "sā",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 11.71,
      "finishTime": 12.76,
      "dialogue": {
        "text": "sǎ",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 13.88,
      "finishTime": 14.65,
      "dialogue": {
        "text": "sà",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 15.15
    }
  ]
}