Back to Freecodecamp

Task 12

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

latest1.4 KB
Original Source
<!-- (Audio) Li Hong: 十八 (shí bā) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

十八 (shí bā)


十七 (shí qī)

--feedback--

This is 17. Li Hong says a different number.


十五 (shí wǔ)

--feedback--

This is 15. Li Hong says a different number.


十四 (shí sì)

--feedback--

This is 14. Li Hong says a different number.

--video-solution--

1

--explanation--

Li Hong says 十八 (shí bā), which corresponds to the number 18.

--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": 17.55,
      "finishTimestamp": 18.62
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 2.07,
      "dialogue": {
        "text": "十八 (shí bā)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 2.57
    }
  ]
}