Back to Freecodecamp

Task 14

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

latest1.4 KB
Original Source

--description--

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Ángela saying?

--answers--

Treinta y uno

--feedback--

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


Treinta y siete

--feedback--

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


Veintinueve

--feedback--

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


Treinta y seis

--video-solution--

4

--explanation--

Ángela is saying treinta y seis, which means "thirty-six" (36).

--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": 10.92,
      "finishTimestamp": 12.07
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.15,
      "dialogue": {
        "text": "Treinta y seis",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.65
    }
  ]
}