Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/zh-a1-learn-simple-finals/692aadb6747cbe8b0dce54b9.md

latest1.4 KB
Original Source
<!-- (Audio) Chen Na: ā -->

--description--

For simple finals like a, the tone mark goes directly on the vowel. For example, ā (first tone).

As a reminder, in this curriculum, to input Pinyin with tone marks, just type the tone number (1-5) after the Pinyin, and the tone mark will be added automatically.

--instructions--

Listen to the audio and complete the final with the correct tone mark.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

ā

--feedback--

This is a with the first tone.

--explanation--

The speaker is pronouncing the final a in the first tone, which is high and flat.

--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": 54.68,
      "finishTimestamp": 55.57
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 1.89,
      "dialogue": {
        "text": "ā",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 2.39
    }
  ]
}