Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/zh-a1-learn-numbers-11-to-19/6981b18d3da602baaba6b00f.md

latest1.4 KB
Original Source
<!-- (Audio) Li Hong: 十二 (shí èr) -->

--description--

The number 12 is called 十二 (shí èr), which literally means "ten two". It combines the number 10 in Chinese, 十 (shí), and the number 2 in Chinese, 二 (èr).

--instructions--

Write this number in Chinese below.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

十二 (shí èr)

--feedback--

This is the number 12 in Chinese.

--explanation--

Li Hong says 十二 (shí èr), which corresponds to the number 12. It combines 十 (shí) for 10 and 二 (èr) for 2.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Li Hong",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
      "startTime": 1,
      "startTimestamp": 4.01,
      "finishTimestamp": 5.05
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 2.04,
      "dialogue": {
        "text": "十二 (shí èr)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 2.54
    }
  ]
}