Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/zh-a1-learn-numbers-20-to-99/698732e17863627e37ce1956.md

latest1.6 KB
Original Source
<!-- (Audio) Chen Na: 三十七 (sān shí qī) -->

--description--

Chen Na is practicing pronouncing a number.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

27

--feedback--

27 corresponds to 二十七 (er shí qī), while the number in the audio is formed by adding 七 (qī) after 三十 (sān shí).


73

--feedback--

73 corresponds to 七十三 (qī shí sān), which is different from what you hear in the audio.


37


39

--feedback--

39 corresponds to 三十九 (sān shí jiǔ), which is different from what you hear in the audio.

--video-solution--

3

--explanation--

Chen Na is pronouncing 三十七 (sān shí qī), which corresponds to the number 37.

--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": 51.72,
      "finishTimestamp": 53.15
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 2.43,
      "dialogue": {
        "text": "三十七 (sān shí qī)",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 2.93
    }
  ]
}