Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/es-a1-warm-up-first-questions-basics/68dc7578ad62ca74e21c23e0.md

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

--description--

Ángela wants to introduce herself. She is using a common phrase for this in Spanish.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which one of these phrases is Ángela using to introduce herself?

--answers--

Llamo Ángela.

--feedback--

The word me should be in the phrase.


Me llamo Ángela.


Trabajo con Ángela.

--feedback--

This phrase means "I work with Ángela". This is not an introduction.


Soy Ángela.

--feedback--

This is an alternative way to introduce yourself, but Ángela is using a different phrase.

--video-solution--

2

--explanation--

The phrase Me llamo Ángela means "My name is Ángela".

This is the most common way to introduce yourself in Spanish, using the verb llamar.

--scene--

json
{
  "setup": {
    "background": "company3-center.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": 9.58,
      "finishTimestamp": 10.84
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.26,
      "dialogue": {
        "text": "Me llamo Ángela.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.76
    }
  ]
}