Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/zh-a1-learn-simple-finals/619d5ffcabe454042b77874f.md

latest1.7 KB
Original Source
<!-- (Audio) Chen Na: ē, é, ě, è -->

--description--

To pronounce e, open your mouth slightly and keep your lips relaxed without rounding. Your tongue should be positioned in the middle of the mouth, neither high nor low. The sound is produced as a short, clear vowel, without making it long or tense.

Let's practice pronouncing e with different tones.

--assignment--

I've listened to the audio and practiced pronouncing this final.

--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_single_finals.mp3",
      "startTime": 1,
      "startTimestamp": 80,
      "finishTimestamp": 86.54
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 1.78,
      "dialogue": {
        "text": "ē",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 3.2,
      "finishTime": 3.88,
      "dialogue": {
        "text": "é",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 5.13,
      "finishTime": 5.89,
      "dialogue": {
        "text": "ě",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 7.07,
      "finishTime": 7.54,
      "dialogue": {
        "text": "è",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}