Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/zh-a1-practice-numbers-0-to-10/697f4baa3475817639736dc2.md

latest2.1 KB
Original Source
<!-- (Audio) Wang Hua: 四是四 (sì shì sì),十是十 (shí shì shí) 。-->

--description--

Wang Hua is reading a Chinese tongue twister, which many people find tricky because the pronunciations of characters are similar.

This full tongue twister has four sentences. Using what you've learned, complete the first two sentences. You will complete another two sentences in later lessons.

--instructions--

Listen to the audio and complete the sentences below.

--fillInTheBlank--

--sentence--

BLANK 是 (shì) BLANK , BLANK 是 (shì) BLANK。

--blanks--

四 (sì)

--feedback--

This is the number 4 in Chinese.


四 (sì)

--feedback--

This repeats the number 4 in Chinese.


十 (shí)

--feedback--

This is the number 10 in Chinese.


十 (shí)

--feedback--

This repeats the number 10 in Chinese.

--explanation--

Wang Hua is saying:

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

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

This is a common Chinese tongue twister to help you practice the pronunciation of similar-sounding numbers like 四 (sì) and 十 (shí) with the character 是 (shì).

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Wang Hua",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
      "startTime": 1,
      "startTimestamp": 50.4,
      "finishTimestamp": 55.58
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 3.07,
      "dialogue": {
        "text": "四是四",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "startTime": 3.99,
      "finishTime": 6.18,
      "dialogue": {
        "text": "十是十",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 6.68
    }
  ]
}