Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/zh-a1-learn-initials/68c114d33b05b4072a810579.md

latest1.4 KB
Original Source
<!-- (Audio) Wang Hua: nǚ -->

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

--feedback--

This syllable combines the initial n with the final ü, and uses the third tone. Remember to type v to represent ü.

--explanation--

The speaker is pronouncing the syllable with the initial n, the final ü, and uses the third tone, which starts in the middle, falls to a low point and then rises again.

Since there is no key for ü, you can type v instead.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Wang Hua",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_pinyin_initials.mp3",
      "startTime": 1,
      "startTimestamp": 311.44,
      "finishTimestamp": 313.2
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.66,
      "dialogue": {
        "text": "nǚ",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 3.16
    }
  ]
}