Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/zh-a1-practice-numbers-11-to-19/69845062d1fa07b76441548d.md

latest1.3 KB
Original Source
<!-- (Audio) Li Hong: 十九 (shí jiǔ) -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Is it true: the number that you can hear in the audio is 15.

--answers--

True

--feedback--

The audio clearly says a different number.


False

--video-solution--

2

--explanation--

Li Hong says 十九 (shí jiǔ), which corresponds to the number 19.

In Chinese, 十五 (shí wǔ) 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": 19.72,
      "finishTimestamp": 21.02
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 2.3,
      "dialogue": {
        "text": "十九 (shí jiǔ)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 2.8
    }
  ]
}