Back to Freecodecamp

Task 15

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

latest2.9 KB
Original Source
<!-- (Audio) Chen Na: ye, yue, yuan, yin, yun, ying, yūn, yún, yǔn, yùn -->

--description--

The last group of whole syllables is ye, yue, yuan, yin, yun, and ying.

Also, remember they function as single, unbreakable units.

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

PinyinCharacter
yūn
yún
yǔn
yùn

--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": 157.6,
      "finishTimestamp": 177.51
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 2.16,
      "dialogue": {
        "text": "ye",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 2.84,
      "finishTime": 3.9,
      "dialogue": {
        "text": "yue",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 4.92,
      "finishTime": 5.93,
      "dialogue": {
        "text": "yuan",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 7.17,
      "finishTime": 8.18,
      "dialogue": {
        "text": "yin",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 9.12,
      "finishTime": 10.05,
      "dialogue": {
        "text": "yun",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 10.95,
      "finishTime": 11.88,
      "dialogue": {
        "text": "ying",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 13.62,
      "finishTime": 14.49,
      "dialogue": {
        "text": "yūn",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 15.83,
      "finishTime": 16.75,
      "dialogue": {
        "text": "yún",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 17.8,
      "finishTime": 18.89,
      "dialogue": {
        "text": "yǔn",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 20.15,
      "finishTime": 20.91,
      "dialogue": {
        "text": "yùn",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 21.41
    }
  ]
}