Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/zh-a1-learn-special-spelling-rules/61259313ba9df4eba87f0cdf.md

latest3.4 KB
Original Source
<!-- (Audio) Chen Na: w, wa, wo, wu, wai, wei, wan, weng, wān, wán, wǎn, wàn -->

--description--

w is also a spelling symbol. It's used when u is the main vowel sound in a syllable. It helps clarify syllable boundaries and makes syllables easier to read.

  • If u is used as a syllable, add w in front of it: uwu.

  • If a syllable starts with u, change it to w. Examples: uawa, uowo, uaiwai, ueiwei, uanwan, uengweng.

Let's practice pronouncing the syllables and then use wan in different tones as an example.

PinyinCharacter
wān
wán
wǎn
wàn

--assignment--

I've listened to the audio and practiced pronouncing the spelling symbol and syllables.

--scene--

json
{
  "setup": {
    "background": "company1-breakroom.png",
    "characters": [
      {
        "character": "Chen Na",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_pinyin_special_spelling_rules.mp3",
      "startTime": 1,
      "startTimestamp": 38.43,
      "finishTimestamp": 64.98
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 1.93,
      "dialogue": {
        "text": "w",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 4.01,
      "finishTime": 4.87,
      "dialogue": {
        "text": "wa",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 6.03,
      "finishTime": 6.96,
      "dialogue": {
        "text": "wo",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 8.24,
      "finishTime": 9.11,
      "dialogue": {
        "text": "wu",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 10.39,
      "finishTime": 11.33,
      "dialogue": {
        "text": "wai",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 12.51,
      "finishTime": 13.41,
      "dialogue": {
        "text": "wei",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 14.89,
      "finishTime": 15.77,
      "dialogue": {
        "text": "wan",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 17.05,
      "finishTime": 18.07,
      "dialogue": {
        "text": "weng",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 20.57,
      "finishTime": 21.4,
      "dialogue": {
        "text": "wān",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 22.52,
      "finishTime": 23.39,
      "dialogue": {
        "text": "wán",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 24.71,
      "finishTime": 25.69,
      "dialogue": {
        "text": "wǎn",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 26.91,
      "finishTime": 27.55,
      "dialogue": {
        "text": "wàn",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 28.05
    }
  ]
}