Back to Freecodecamp

Task 7

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

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

--description--

Wang Hua mentions a sequence of numbers in Chinese.

--instructions--

Complete the sequence of numbers based on the audio.

--fillInTheBlank--

--sentence--

三 (sān), BLANK, 二 (èr)

--blanks--

六 (liù)

--feedback--

This is the number 6 in Chinese.

--explanation--

Wang Hua mentions the sequence 三 (sān), 六 (liù), 二 (èr), corresponding to the numbers 3, 6, and 2.

--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": 42.58,
      "finishTimestamp": 46.18
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.67,
      "dialogue": {
        "text": "三 (sān)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 2.62,
      "finishTime": 3.18,
      "dialogue": {
        "text": "六 (liù)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 4.08,
      "finishTime": 4.6,
      "dialogue": {
        "text": "二 (èr)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 5.1
    }
  ]
}