Back to Freecodecamp

Task 3

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

latest1.2 KB
Original Source
<!-- (Audio) Wang Hua: 一 (yī) -->

--description--

In Chinese, the number 1 is called 一 (yī). It's one of the simplest characters, written as a single horizontal line.

Practice its pronunciation until you feel comfortable with the sound.

--instructions--

Write this number in Chinese below.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

一 (yī)

--feedback--

This is the number 1 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": 4.78,
      "finishTimestamp": 5.39
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.61,
      "dialogue": {
        "text": "一 (yī)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.11
    }
  ]
}