Back to Freecodecamp

Task 24

curriculum/challenges/english/blocks/zh-a1-learn-numbers-20-to-99/698854147468e3335ba2c6aa.md

latest1.7 KB
Original Source
<!-- (Audio) Chen Na: 九十九 (jiǔ shí jiǔ) -->

--description--

Chen Na is pronouncing a number in the 90s.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

九十一 (jiǔ shí yī)

--feedback--

The number you hear is formed by adding 九 (jiǔ), not 一 (yī), after 九十 (jiǔ shí).


九十四 (jiǔ shí sì)

--feedback--

The number in the audio is not formed by adding 四 (sì) after 九十 (jiǔ shí).


九十九 (jiǔ shí jiǔ)


九十八 (jiǔ shí bā)

--feedback--

The number in the audio is not formed by adding 八 (bā) after 九十 (jiǔ shí).

--video-solution--

3

--explanation--

Chen Na says 九十九 (jiǔ shí jiǔ), corresponding to the number 99.

--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": 223.04,
      "finishTimestamp": 225
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 2.36,
      "dialogue": {
        "text": "九十九 (jiǔ shí jiǔ)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 2.86
    }
  ]
}