Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/zh-a1-learn-numbers-20-to-99/6987faf694d57f0e8f250021.md

latest1.7 KB
Original Source
<!-- (Audio) Chen Na: 四十一 (sì shí yī) -->

--description--

Chen Na continues to practice pronouncing numbers.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

四十七 (sì shí qī)

--feedback--

The number in the audio is formed by adding 一 (yī), not 七 (qī), after 四十 (sì shí).


四十三 (sì shí sān)

--feedback--

The number in the audio is formed by adding 一 (yī), not 三 (sān), after 四十 (sì shí).


四十一 (sì shí yī)


四十九 (sì shí jiǔ)

--feedback--

The units digit is different from that in the audio.

--video-solution--

3

--explanation--

Chen Na is pronouncing 四十一 (sì shí yī), which corresponds to the number 41.

--scene--

json
{
  "setup": {
    "background": "company1-breakroom.png",
    "characters": [
      {
        "character": "Chen Na",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
      "startTime": 1,
      "startTimestamp": 67.05,
      "finishTimestamp": 68.26
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 2.21,
      "dialogue": {
        "text": "四十一 (sì shí yī)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 2.71
    }
  ]
}