Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/es-a1-warm-up-first-questions-basics/6914e966155354366f418a2d.md

latest1.6 KB
Original Source

--description--

Ángela is practicing how to say a shortened version of the number 21, commonly used to refer to ages.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Ángela saying?

--answers--

Veintiuno

--feedback--

This word means 21, but it's the full number. Ángela is mentioning a different variation of this number commonly used for ages.


Veintiún


Veintitrés

--feedback--

This word means 23. Ángela is mentioning a different number.


Veinticinco

--feedback--

This word means 25. Ángela is mentioning a different number.

--video-solution--

2

--explanation--

Ángela is saying veintiún, which means "twenty-one" (21). This is a shortened version of the word veintiuno. The shortened version is commonly used to refer to ages.

--scene--

json
{
  "setup": {
    "background": "company3-center.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_first_questions_numbers.mp3",
      "startTime": 1,
      "startTimestamp": 2.38,
      "finishTimestamp": 3.35
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 1.97,
      "dialogue": {
        "text": "Veintiún",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.47
    }
  ]
}