Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/zh-a1-learn-simple-finals/6cfe60a920b3b428784fe194.md

latest1.2 KB
Original Source
<!-- (Audio) Chen Na: a -->

--description--

The first simple final you'll learn is a.

To pronounce it, open your mouth wide naturally, keep your jaw relaxed. Your tongue should lie flat and low in your mouth. Make sure the sound is steady and clear. Do not round your lips or spread them too much.

Let's practice pronouncing a.

--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": 6.28,
      "finishTimestamp": 7.13
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 1.85,
      "dialogue": {
        "text": "a",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 2.35
    }
  ]
}