Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/zh-a1-practice-numbers-11-to-19/69849e4520f7448b8c4074aa.md

latest2.0 KB
Original Source
<!-- (Audio) Li Hong: 四是四 (sì shì sì),十是十 (shí shì shí),十四是十四 (shí sì shì shí sì)。-->

--description--

Let's continue the tongue twister. You've already completed two sentences. Now you'll complete the third sentence.

--instructions--

Listen to the audio and complete the sentences below.

--fillInTheBlank--

--sentence--

四是四 (sì shì sì),十是十 (shí shì shí),BLANK 是 (shì) BLANK。

--blanks--

十四 (shí sì)

--feedback--

This is the number 14 in Chinese.


十四 (shí sì)

--feedback--

This repeats the number 14 in Chinese.

--explanation--

Li Hong is saying:

四是四 (sì shì sì),十是十 (shí shì shí),十四是十四 (shí sì shì shí sì).

This sentence means "4 is 4, 10 is 10, and 14 is 14".

--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": 52.63,
      "finishTimestamp": 60.05
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 2.61,
      "dialogue": {
        "text": "四是四",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 3.42,
      "finishTime": 5.2,
      "dialogue": {
        "text": "十是十",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "startTime": 6.06,
      "finishTime": 8.42,
      "dialogue": {
        "text": "十四是十四",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 8.92
    }
  ]
}