Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/zh-a1-practice-numbers-11-to-19/698488e4b4b920ab0caf2df4.md

latest1.9 KB
Original Source
<!-- (Audio) Li Hong: 十三 (shí sān),十一 (shí yī),十七 (shí qī) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Listen to the audio and complete the sequence of numbers below:

____, 十一 (shí yī),十七 (shí qī)

--answers--

十二 (shí èr)

--feedback--

This is not the number you hear first.


十四 (shí sì)

--feedback--

This does not match the first number in the audio.


十八 (shí bā)

--feedback--

This is not part of the sequence.


十三 (shí sān)

--video-solution--

4

--explanation--

The sequence Li Hong says is 十三 (shí sān),十一 (shí yī),十七 (shí qī), corresponding to the numbers 13, 11, and 17.

--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": 40.61,
      "finishTimestamp": 46.03
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 2.16,
      "dialogue": {
        "text": "十三 (shí sān)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 3.13,
      "finishTime": 4.32,
      "dialogue": {
        "text": "十一 (shí yī)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 5.18,
      "finishTime": 6.42,
      "dialogue": {
        "text": "十七 (shí qī)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}