Back to Freecodecamp

Task 4

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK Elena.

--blanks--

Me llamo

--feedback--

This phrase has two words and means "my name is" in Spanish. It's the standard way to introduce yourself, followed by your name.

--explanation--

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

Me llamo Nielda. – My name is Nielda.

In conversation, it's much more natural than other forms, like Mi nombre es... (which is a formal way of saying "My name is...").

--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
    }
  ]
}