Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/es-a1-learn-numbers-10-to-29/6923485ec3611f43d1c4d3e2.md

latest1.5 KB
Original Source
<!-- (AUDIO) Camila: Veinticuatro -->

--description--

Camila is practicing a number that starts with veinti.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear?

--answers--

Veintidós

--feedback--

Veintidós is the number 22. Camila mentions a different number.


Veinticuatro


Veintitrés

--feedback--

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


Veinticinco

--feedback--

Veinticinco is the number 25. Camila mentions a different number.

--video-solution--

2

--explanation--

Camila mentions the number veinticuatro, which corresponds to 24.

--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": 31.75,
      "finishTimestamp": 33.03
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.28,
      "dialogue": {
        "text": "Veinticuatro",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.78
    }
  ]
}