Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/zh-a1-learn-numbers-20-to-99/6988523880e03b91f4d16e3f.md

latest1.6 KB
Original Source
<!-- (Audio) Chen Na: 八十七 (bā shí qī) -->

--description--

Chen Na is pronouncing a number in the 80s.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

七十八 (qī shí bā)

--feedback--

The tens digit and the units digit are reversed compared to the audio.


八十八 (bā shí bā)

--feedback--

The number in the audio doesn't end with 八 (bā).


八十七 (bā shí qī)


八十一 (bā shí yī)

--feedback--

This number you hear is formed by adding 七 (qī), not 一 (yī), after 八十 (bā shí).

--video-solution--

3

--explanation--

The audio says 八十七 (bā shí qī), which corresponds to the number 87.

--scene--

json
{
  "setup": {
    "background": "company1-breakroom.png",
    "characters": [
      {
        "character": "Chen Na",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
      "startTime": 1,
      "startTimestamp": 192.74,
      "finishTimestamp": 194.43
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 2.19,
      "dialogue": {
        "text": "八十七 (bā shí qī)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 2.69
    }
  ]
}