Back to Freecodecamp

Task 11

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

latest1.2 KB
Original Source
<!-- (Audio) Li Hong: 十九 (shí jiǔ) -->

--description--

The number 19 is called 十九 (shí jiǔ).

--instructions--

Write this number in Chinese below.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

十九 (shí jiǔ)

--feedback--

This is the number 19 in Chinese.

--explanation--

Li Hong says 十九 (shí jiǔ), which corresponds to the number 19. It combines 十 (shí) for 10 and 九 (jiǔ) for 9.

--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": 19.72,
      "finishTimestamp": 21.02
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 2.3,
      "dialogue": {
        "text": "十九 (shí jiǔ)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 2.8
    }
  ]
}