Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/690e68d68dff8f607f651658.md

latest1.7 KB
Original Source
<!-- (AUDIO) Sebastián: Me llaman Basti. -->

--description--

The phrase Me llamo + [name] is the most common way to introduce yourself in Spanish.

It's a more informal way to say your name than Mi nombre es...

The form Me llaman is equivalent to "They call me". This is commonly used in Spanish to introduce a nickname or an informal name. For example:

Me llaman Ni - They call me Ni.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sebastián's nickname?

--answers--

Basti


Sebastián

--feedback--

Sebastián is the speaker's formal name.


Federico

--feedback--

Federico is not the speaker's nickname.


Jorge

--feedback--

Jorge is not the speaker's nickname.

--video-solution--

1

--explanation--

Sebastián says Me llaman Basti ("They call me Basti"), so Basti is his nickname.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 6.78,
      "finishTimestamp": 7.92
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.14,
      "dialogue": {
        "text": "Me llaman Basti.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 2.64
    }
  ]
}