Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/6915d1d38ca358189af1ab08.md

latest1.2 KB
Original Source
<!-- (AUDIO) Ángela: Me llamo Ángela. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK Ángela.

--blanks--

Me

--feedback--

This is used to refer to oneself.


llamo

--feedback--

This is the first person (yo) conjugation the verb llamar ("to call").

--explanation--

The complete phrase is Me llamo Ángela, which means "My name is Ángela".

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 9.58,
      "finishTimestamp": 10.84
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.26,
      "dialogue": {
        "text": "Me llamo Ángela.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.76
    }
  ]
}