Back to Freecodecamp

Task 1

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

latest1.4 KB
Original Source
<!-- (Audio) Wang Hua: 三 (sān) -->

--description--

Wang Hua is pronouncing a number in Chinese.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

二 (èr)

--feedback--

The audio doesn't mention the number 二 (èr).


四 (sì)

--feedback--

The audio doesn't mention the number 四 (sì).


三 (sān)


五 (wǔ)

--feedback--

The audio doesn't mention the number 五 (wǔ).

--video-solution--

3

--explanation--

Wang Hua says 三 (sān), which corresponds to the number 3.

--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": 7.93,
      "finishTimestamp": 8.61
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.68,
      "dialogue": {
        "text": "三 (sān)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.18
    }
  ]
}