Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/zh-a1-practice-numbers-0-to-10/697f3dc11540a2c63a72f949.md

latest1.6 KB
Original Source
<!-- (Audio) Wang Hua: 二 (èr),六 (liù),八 (bā) -->

--description--

Wang Hua mentions a sequence of numbers in Chinese.

--instructions--

Complete the sequence of numbers based on the audio.

--fillInTheBlank--

--sentence--

BLANK, 六 (liù),八 (bā)

--blanks--

二 (èr)

--feedback--

This is the number 2 in Chinese.

--explanation--

Wang Hua mentions the sequence 二 (èr),六 (liù),八 (bā).

--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_numbers_and_personal_information_numbers_0_10.mp3",
      "startTime": 1,
      "startTimestamp": 28.29,
      "finishTimestamp": 31.65
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.48,
      "dialogue": {
        "text": "二 (èr)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 2.32,
      "finishTime": 2.89,
      "dialogue": {
        "text": "六 (liù)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 3.86,
      "finishTime": 4.36,
      "dialogue": {
        "text": "八 (bā)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 4.86
    }
  ]
}