Back to Freecodecamp

Task 6

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK Basti.

--blanks--

Me

--feedback--

This is the reflexive pronoun me ("to me").


llaman

--feedback--

This is a conjugation of the verb llamar ("to call").

--explanation--

The complete phrase is Me llaman Basti, which means "They call me Basti".

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