Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/es-a1-learn-numbers-10-to-29/692344d67fb48a3d632f0996.md

latest1.5 KB
Original Source
<!-- (AUDIO) Camila: Veintidós -->

--description--

Camila continues practicing these numbers.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

Veinte

--feedback--

Veinte is the number 20. Camila mentions a different number.


Veintiuno

--feedback--

Veintiuno is the number 21. Camila mentions a different number.


Veintidós


Veintitrés

--feedback--

Veintitrés is the number 23. Camila mentions a different number.

--video-solution--

3

--explanation--

Camila mentions the number veintidós, which corresponds to 22.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_basic_personal_details_numbers_10_29.mp3",
      "startTime": 1,
      "startTimestamp": 26.89,
      "finishTimestamp": 28.18
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.29,
      "dialogue": {
        "text": "Veintidós",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.79
    }
  ]
}