Back to Freecodecamp

Task 8

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the speaker's name?

--answers--

Me llamo

--feedback--

This phrase means "My name is". It's not the actual name of the speaker.


Ángela


Sebastián

--feedback--

Pay attention to what the speaker says after Me llamo.


Mi nombre es

--feedback--

This means "My name is". It's not the speaker's name.

--video-solution--

2

--explanation--

Me llamo Ángela means "My name is Ángela".

Therefore, Ángela is the speaker's name.

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