Back to Freecodecamp

Task 5

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

latest1.2 KB
Original Source
<!-- (Audio) Li Hong: 十四 (shí sì) -->

--description--

The number 14 is called 十四 (shí sì).

--instructions--

Write this number in Chinese below.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

十四 (shí sì)

--feedback--

This is the number 14 in Chinese.

--explanation--

Li Hong says 十四 (shí sì), which corresponds to the number 14. It combines 十 (shí) for 10 and 四 (sì) for 4.

--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": 8.58,
      "finishTimestamp": 9.58
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "十四 (shí sì)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}