Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/zh-a1-learn-numbers-20-to-99/69870348cbfaa270501be5f8.md

latest3.7 KB
Original Source
<!-- (Audio) Chen Na: 二十 (èr shí), 二十一 (èr shí yī), 二十二 (èr shí èr), 二十三 (èr shí sān), 二十四 (èr shí sì), 二十五 (èr shí wǔ), 二十六 (èr shí liù), 二十七 (èr shí qī), 二十八 (èr shí bā), 二十九 (èr shí jiǔ) -->

--description--

Now you know that the numbers from 11 to 19 are formed by the units digit (1–9) after 十 (shí) (10). The same logic applies to numbers from 21 to 29.

In Chinese, the number 20 is called 二十 (èr shí).

To form numbers from 21 to 29, you simply take 二十 (èr shí) (20) and add the units digit (1–9) directly after it.

NumberChinese
20二十 (èr shí)
21二十一 (èr shí yī)
22二十二 (èr shí èr)
23二十三 (èr shí sān)
24二十四 (èr shí sì)
25二十五 (èr shí wǔ)
26二十六 (èr shí liù)
27二十七 (èr shí qī)
28二十八 (èr shí bā)
29二十九 (èr shí jiǔ)

--instructions--

Listen to the audio and practice pronouncing these numbers.

--assignment--

I've practiced pronouncing the numbers from 20 to 29.

--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": 3.92,
      "finishTimestamp": 27.25
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 2.01,
      "dialogue": {
        "text": "二十 (èr shí)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 2.83,
      "finishTime": 4.08,
      "dialogue": {
        "text": "二十一 (èr shí yī)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 5.06,
      "finishTime": 6.25,
      "dialogue": {
        "text": "二十二 (èr shí èr)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 7.35,
      "finishTime": 8.64,
      "dialogue": {
        "text": "二十三 (èr shí sān)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 9.82,
      "finishTime": 11.08,
      "dialogue": {
        "text": "二十四 (èr shí sì)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 12.33,
      "finishTime": 13.65,
      "dialogue": {
        "text": "二十五 (èr shí wǔ)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 15.12,
      "finishTime": 16.27,
      "dialogue": {
        "text": "二十六 (èr shí liù)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 17.61,
      "finishTime": 18.99,
      "dialogue": {
        "text": "二十七 (èr shí qī)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 20.33,
      "finishTime": 21.56,
      "dialogue": {
        "text": "二十八 (èr shí bā)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 22.84,
      "finishTime": 24.33,
      "dialogue": {
        "text": "二十九 (èr shí jiǔ)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 24.83
    }
  ]
}