Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/zh-a1-learn-special-spelling-rules/68ba57de25b1e2508f0e0c2b.md

latest2.3 KB
Original Source
<!-- (Audio) Chen Na: yi, wu, yu, yī, yí, yǐ, yì -->

--description--

Another group of whole syllables is yi, wu, and yu. They must be read as complete units, not split into an initial and a final.

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

PinyinCharacter

--assignment--

I've listened to the audio and practiced pronouncing the whole 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": 135.29,
      "finishTimestamp": 149.1
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 1.98,
      "dialogue": {
        "text": "yi",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 3.01,
      "finishTime": 4.01,
      "dialogue": {
        "text": "wu",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 5.4,
      "finishTime": 6.45,
      "dialogue": {
        "text": "yu",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 8.04,
      "finishTime": 9.17,
      "dialogue": {
        "text": "yī",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 10.09,
      "finishTime": 11.1,
      "dialogue": {
        "text": "yí",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 12.02,
      "finishTime": 13.13,
      "dialogue": {
        "text": "yǐ",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 14.04,
      "finishTime": 14.81,
      "dialogue": {
        "text": "yì",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 15.31
    }
  ]
}