Back to Freecodecamp

Task 9

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

latest1.7 KB
Original Source
<!-- (Audio) Chen Na: à, ē, ǒ -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What sequence of finals with tones do you hear in the audio?

--answers--

á, ē, ǒ

--feedback--

The first final in the audio is not second tone.


ē, à, ó

--feedback--

The first final in the audio is not e.


à, ē, ǒ


ǒ, é, ā

--feedback--

The first final in the audio is not o.

--video-solution--

3

--explanation--

The audio plays the finals in this order: a in the fourth tone, e in the first tone, and o in the third tone.

--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": 92.42,
      "finishTimestamp": 97.19
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 1.45,
      "dialogue": {
        "text": "à",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 2.76,
      "finishTime": 3.49,
      "dialogue": {
        "text": "ē",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 3.67,
      "finishTime": 4.77,
      "dialogue": {
        "text": "ǒ",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 5.27
    }
  ]
}