Back to Freecodecamp

Task 15

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

latest1.8 KB
Original Source
<!-- (Audio) Chen Na: ǚ, í, ù -->

--description--

Since there is no key for ü, you can type v instead. For example, type v3 for ǚ.

--instructions--

Listen to the audio and write the finals in the sequence that you hear.

--fillInTheBlank--

--sentence--

BLANK, BLANK, BLANK

--blanks--

ǚ

--feedback--

This is ü with the third tone. You should type v for this simple final.


í

--feedback--

This is i with the second tone.


ù

--feedback--

This is u with the fourth tone.

--explanation--

The speaker is pronouncing the finals ü, i, and u in the third, second, and fourth tones, respectively.

--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": 156.98,
      "finishTimestamp": 161.97
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 1.83,
      "dialogue": {
        "text": "ǚ",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 3.35,
      "finishTime": 4.05,
      "dialogue": {
        "text": "í",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 5.59,
      "finishTime": 5.99,
      "dialogue": {
        "text": "ù",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 6.49
    }
  ]
}