Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/zh-a1-learn-numbers-20-to-99/69885647a9b27ab6ac37bbbd.md

latest1.6 KB
Original Source
<!-- (Audio) Chen Na: 六十八 (liù shí bā) -->

--description--

Chen Na is pronouncing a number in the 60s.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

六十八 (liù shí bā)


五十八 (wǔ shí bā)

--feedback--

The number you hear starts with 六 (liù), not 五 (wǔ).


六十六 (liù shí liù)

--feedback--

The number in the audio is formed by adding 八 (bā), not 六 (liù), after 六十 (liù shí).


六十九 (liù shí jiǔ)

--feedback--

The number in the audio is formed by adding 八 (bā) after 六十 (liù shí).

--video-solution--

1

--explanation--

Chen Na says 六十八 (liù shí bā), which corresponds to the number 68.

--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": 142.03,
      "finishTimestamp": 143.65
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 2.12,
      "dialogue": {
        "text": "六十八 (liù shí bā)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 2.62
    }
  ]
}