Back to Freecodecamp

Task 18

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

latest1.3 KB
Original Source
<!-- (Audio) Esteban: Me llamo Esteban -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK Esteban.

--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..." in Spanish.

It's the standard way to introduce yourself. For example:

Me llamo Esteban. – My name is Esteban.

--scene--

json
{
  "setup": {
    "background": "company3-boardmeeting.png",
    "characters": [
      {
        "character": "Esteban",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_greetings_in_the_evening.mp3",
      "startTime": 1,
      "startTimestamp": 2.01,
      "finishTimestamp": 3.01
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "Me llamo Esteban.",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}