Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/zh-a1-learn-numbers-20-to-99/69880c2ac885fb98bfa42c8f.md

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

--description--

Let's move on to the numbers in the 60s.

In Chinese, the number 60 is called 六十 (liù shí).

Numbers from 61 to 69 are formed by adding the Chinese for units digit (1–9) after 六十 (liù shí) (60).

NumberChinese
60六十 (liù shí)
61六十一 (liù shí yī)
62六十二 (liù shí èr)
63六十三 (liù shí sān)
64六十四 (liù shí sì)
65六十五 (liù shí wǔ)
66六十六 (liù shí liù)
67六十七 (liù shí qī)
68六十八 (liù shí bā)
69六十九 (liù shí jiǔ)

--instructions--

Listen to the audio and practice pronouncing these numbers.

--assignment--

I've practiced pronouncing the numbers from 60 to 69.

--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": 124.45,
      "finishTimestamp": 146.35
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 1.97,
      "dialogue": {
        "text": "六十 (liù shí)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 3.08,
      "finishTime": 4.16,
      "dialogue": {
        "text": "六十一 (liù shí yī)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 5.35,
      "finishTime": 6.46,
      "dialogue": {
        "text": "六十二 (liù shí èr)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 7.63,
      "finishTime": 8.78,
      "dialogue": {
        "text": "六十三 (liù shí sān)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 9.82,
      "finishTime": 10.94,
      "dialogue": {
        "text": "六十四 (liù shí sì)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 12.14,
      "finishTime": 13.36,
      "dialogue": {
        "text": "六十五 (liù shí wǔ)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 14.58,
      "finishTime": 15.68,
      "dialogue": {
        "text": "六十六 (liù shí liù)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 16.92,
      "finishTime": 18.13,
      "dialogue": {
        "text": "六十七 (liù shí qī)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 19.08,
      "finishTime": 20.2,
      "dialogue": {
        "text": "六十八 (liù shí bā)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "startTime": 21.48,
      "finishTime": 22.9,
      "dialogue": {
        "text": "六十九 (liù shí jiǔ)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 23.4
    }
  ]
}