Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/es-a1-learn-greetings-during-the-day/68c88a1c3f01ed15c7ca6c83.md

latest1.7 KB
Original Source
<!-- (Audio) Elena: Me llamo Elena -->

--description--

When people want to say their name, they often use the following structure:

Me llamo + name.

This is a common and natural way to introduce yourself in Spanish.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the speaker's name?

--answers--

Laura

--feedback--

This is a common name in Spanish, but it's not the one you hear. Focus on the last word of the sentence.


Elena


Camila

--feedback--

This is not the name the speaker uses. Focus on the last word of the sentence.


Lucía

--feedback--

Focus on the last word of the sentence.

--video-solution--

2

--explanation--

Me llamo... means "My name is...". It literally means "I call myself...", but it's the standard way to introduce your name. For example:

Me llamo Gino. – My name is Gino.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Elena",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_greetings_in_the_morning.mp3",
      "startTime": 1,
      "startTimestamp": 2.39,
      "finishTimestamp": 3.63
    }
  },
  "commands": [
    {
      "character": "Elena",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Elena",
      "startTime": 1,
      "finishTime": 2.24,
      "dialogue": {
        "text": "Me llamo Elena.",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "opacity": 0,
      "startTime": 2.74
    }
  ]
}