Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/690f8b36b9f7a95e9a85adef.md

latest1.6 KB
Original Source
<!-- (AUDIO) Sebastián: Igualmente. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why is Sebastián saying Igualmente to Ángela?

--answers--

To tell her he will see her tomorrow.

--feedback--

Sebastián is not saying goodbye to Ángela.


To ask her about her job.

--feedback--

Sebastián is not asking Ángela about her job.


To politely acknowledge and return her compliment.


To ask her about her pets.

--feedback--

Sebastián is not asking Ángela about her pets.

--video-solution--

3

--explanation--

The phrase Igualmente translates to "Likewise".

Ángela said Encantada de conocerte, Basti, so Sebastián is replying with Igualmente to return the compliment.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 48.68,
      "finishTimestamp": 49.51
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 1.83,
      "dialogue": {
        "text": "Igualmente.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 2.33
    }
  ]
}