Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/es-a1-warm-up-first-questions-basics/690e4e299e38f83d039e4811.md

latest1.6 KB
Original Source
<!-- (Audio) Ángela: Igualmente. -->

--description--

Ángela is using a polite response to say the same nice thing back to someone.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What response is Ángela using?

--answers--

Gracias

--feedback--

This word means "Thank you". It's used for a different purpose.


Igualmente


De nada

--feedback--

This phrase means "You're welcome". It's used for a different purpose.


Muy bien

--feedback--

This phrase means "Very well". It's used for a different purpose.

--video-solution--

2

--explanation--

The word Igualmente translates to "Likewise".

You can use it as a quick reply to give a nice greeting or compliment back to the person who said it to you.

--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_warmup.mp3",
      "startTime": 1,
      "startTimestamp": 24.17,
      "finishTimestamp": 25.28
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.11,
      "dialogue": {
        "text": "Igualmente",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.61
    }
  ]
}