Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/es-a1-learn-numbers-10-to-29/6923467f09211340886b82b7.md

latest2.1 KB
Original Source

--description--

The numbers 24, 25, and 26 follow the same pattern of combining veinti and the corresponding number (cuatro for 4, cinco for 5, and seis for 6).

The number 24 is called veinticuatro.

The number 25 is called veinticinco.

The number 26 is called veintiséis, with an accent mark on the second letter e.

Listen to their pronunciations and practice repeating them until you feel more comfortable with their sounds.

--instructions--

Listen to the audio and write the numbers below.

--fillInTheBlank--

--sentence--

24 = BLANK

25 = BLANK

26 = BLANK

--blanks--

Veinticuatro

--feedback--

This is the number 24.


Veinticinco

--feedback--

This is the number 25.


Veintiséis

--feedback--

This is the number 26. Remember to add the accent mark on the second letter e.

--explanation--

Camila mentions three numbers:

  • 24 is veinticuatro.

  • 25 is veinticinco.

  • 26 is veintiséis, with an accent mark on the second letter e.

--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": 37.51
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.28,
      "dialogue": {
        "text": "Veinticuatro",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 3.23,
      "finishTime": 4.55,
      "dialogue": {
        "text": "Veinticinco",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 5.46,
      "finishTime": 6.76,
      "dialogue": {
        "text": "Veintiséis",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 7.26
    }
  ]
}