Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/zh-a1-learn-numbers-0-to-10/697ecb146a755d7e636c14cd.md

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

--description--

As you might guess, the number 3 in Chinese is simply three horizontal lines​ stacked together. It's called 三 (sān).

Practice its pronunciation until you feel comfortable with the sound.

--instructions--

Write this number in Chinese below.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

三 (sān)

--feedback--

This is the number 3 in Chinese.

--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
    }
  ]
}