Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/zh-a1-learn-numbers-20-to-99/69880643323541375effea00.md

latest1.7 KB
Original Source
<!-- (Audio) Chen Na:五十六 (wǔ shí liù) -->

--description--

Chen Na is pronouncing a number.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

五十三 (wǔ shí sān)

--feedback--

The number in the audio is formed by adding 六 (liù), not 三 (sān), after 五十 (wǔ shí).


五十六 (wǔ shí liù)


五十九 (wǔ shí jiǔ)

--feedback--

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


五十七 (wǔ shí qī)

--feedback--

The number in the audio is not formed by adding 七 (qī) after 五十 (wǔ shí).

--video-solution--

2

--explanation--

Chen Na is pronouncing 五十六 (wǔ shí liù), which corresponds to the number 56.

--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": 111.78,
      "finishTimestamp": 112.93
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 2.15,
      "dialogue": {
        "text": "五十六 (wǔ shí liù)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 2.65
    }
  ]
}