Back to Freecodecamp

Task 12

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

latest1.4 KB
Original Source

--description--

Ángela is practicing how to say the number 30 in Spanish.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Ángela saying?

--answers--

Veintiuno

--feedback--

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


Veintinueve

--feedback--

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


Treinta y dos

--feedback--

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


Treinta

--video-solution--

4

--explanation--

Ángela is saying treinta, which means "thirty" (30).

--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": 6.98,
      "finishTimestamp": 7.66
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 1.68,
      "dialogue": {
        "text": "Treinta",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.18
    }
  ]
}