Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/6915e51b2abe35343f9b79cf.md

latest1.4 KB
Original Source
<!-- (AUDIO) Ángela: Tengo treinta y cinco años. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How old is Ángela?

--answers--

Treinta y tres

--feedback--

Ángela mentions a different age.


Veinticinco

--feedback--

Ángela mentions a different age.


Treinta

--feedback--

Ángela mentions a different age.


Treinta y cinco

--video-solution--

4

--explanation--

Ángela says Tengo treinta y cinco años, which means "I am thirty-five years old".

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 31.8,
      "finishTimestamp": 33.68
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.88,
      "dialogue": {
        "text": "Tengo treinta y cinco años.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 3.38
    }
  ]
}