Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/es-a1-learn-numbers-10-to-29/69234011db1dd3390bbe798d.md

latest2.5 KB
Original Source
<!-- (AUDIO) Camila: Veintiuno, Veintidós, Veintitrés -->

--description--

The numbers 21, 22, and 23 follow a similar pattern.

The number 21 is called veintiuno. This number is unique because when it's paired with a masculine noun like años, it changes to veintiún, with an accent mark on the letter u.

The number 22 is called veintidós, with an accent mark on the letter o.

The number 23 is called veintitrés, with an accent mark on the letter e.

These numbers are a combination of veinti and the corresponding number (uno for 1, and dos for 2, and tres for 3).

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--

21 = BLANK

22 = BLANK

23 = BLANK

--blanks--

Veintiuno

--feedback--

This is the number 21.


Veintidós

--feedback--

This is the number 22. Remember to add the accent mark on the letter o.


Veintitrés

--feedback--

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

--explanation--

Camila mentions three numbers:

  • 21 is veintiuno.

  • 22 is veintidós, with an accent mark on the letter o.

  • 23 is veintitrés, 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": 24.93,
      "finishTimestamp": 30.53
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.07,
      "dialogue": {
        "text": "Veintiuno",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 2.96,
      "finishTime": 4.25,
      "dialogue": {
        "text": "Veintidós",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 5.34,
      "finishTime": 6.6,
      "dialogue": {
        "text": "Veintitrés",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 7.1
    }
  ]
}