Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/zh-a1-practice-numbers-11-to-19/6984866899c416e45e17c4f6.md

latest1.8 KB
Original Source
<!-- (Audio) Li Hong: 十一 (shí yī),十九 (shí jiǔ),十六 (shí liù) -->

--description--

Li Hong is pronouncing a sequence of numbers.

--instructions--

Listen to the audio and complete the sequence below.

--fillInTheBlank--

--sentence--

BLANK, BLANK, BLANK

--blanks--

十一 (shí yī)

--feedback--

This is the number 11 in Chinese.


十九 (shí jiǔ)

--feedback--

This is the number 19 in Chinese.


十六 (shí liù)

--feedback--

This is the number 16 in Chinese.

--explanation--

Li Hong says 十一 (shí yī),十九 (shí jiǔ),十六 (shí liù), which corresponds to the numbers 11, 19, and 16.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Li Hong",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
      "startTime": 1,
      "startTimestamp": 27.85,
      "finishTimestamp": 33.01
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 2.11,
      "dialogue": {
        "text": "十一 (shí yī)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 2.95,
      "finishTime": 4.26,
      "dialogue": {
        "text": "十九 (shí jiǔ)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 5.12,
      "finishTime": 6.16,
      "dialogue": {
        "text": "十六 (shí liù)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}