Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/zh-a1-learn-numbers-20-to-99/6987116a068edd4903b40770.md

latest1.7 KB
Original Source
<!-- (Audio) Chen Na: 二十三 (èr shí sān) -->

--description--

Chen Na is practice pronouncing a number.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

二十六 (èr shí liù)

--feedback--

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


二十三 (èr shí sān)


二十七 (èr shí qī)

--feedback--

This number in the audio is not formed by adding 七 (qī) after 二十 (èr shí).


二十二 (èr shí èr)

--feedback--

This number in the audio is not formed by adding 二 (èr) after 二十 (èr shí).

--video-solution--

2

--explanation--

Chen Na pronounces 二十三 (èr shí sān), which corresponds to the number 23.

--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": 10.27,
      "finishTimestamp": 11.56
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 2.29,
      "dialogue": {
        "text": "二十三 (èr shí sān)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 2.79
    }
  ]
}