Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/zh-a1-learn-numbers-11-to-19/6981b337d8c78a5b7c5c6a2c.md

latest1.4 KB
Original Source
<!-- (Audio) Li Hong: 十一 (shí yī) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

一 (yī)

--feedback--

一 (yī) is the number 1. Li Hong mentions a different number.


十 (shí)

--feedback--

十 (shí) is the number 10. Li Hong mentions a different number.


十一 (shí yī)


十三 (shí sān)

--feedback--

This is the number 13. Li Hong mentions a different number.

--video-solution--

3

--explanation--

Li Hong says 十一 (shí yī), which corresponds to the number 11.

--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": 1.54,
      "finishTimestamp": 2.69
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 2.15,
      "dialogue": {
        "text": "十一 (shí yī)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 2.65
    }
  ]
}