Back to Freecodecamp

Task 8

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

latest1.4 KB
Original Source
<!-- (Audio) Li Hong: 十五 (shí wǔ) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

十四 (shí sì)

--feedback--

This is 14. Li Hong says a different number.


十五 (shí wǔ)


十一 (shí yī)

--feedback--

This is 11. Li Hong says a different number.


十三 (shí sān)

--feedback--

This is 13. Li Hong says a different number.

--video-solution--

2

--explanation--

Li Hong says 十五 (shí wǔ), which corresponds to the number 15.

--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": 10.75,
      "finishTimestamp": 11.88
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 2.13,
      "dialogue": {
        "text": "十五 (shí wǔ)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 2.63
    }
  ]
}