Back to Freecodecamp

Task 2

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

latest1.7 KB
Original Source
<!-- (AUDIO) Ángela: Hola, buenas tardes. ¿Cómo te llamas? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hola, buenas tardes. ¿BLANK BLANK BLANK?

--blanks--

Cómo

--feedback--

This question word translates to "How". Remember to use the accent mark to the first o.


te

--feedback--

This word means "you".


llamas

--feedback--

This is the conjugated verb used to ask someone their name.

--explanation--

¿Cómo te llamas? is the most common way to ask someone's name in an informal context (using the pronoun ).

It's equivalent to "What is your name?"

When the word Cómo is used to ask a question, it should have an accent mark in the first letter o.

--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": 0.76,
      "finishTimestamp": 3.74
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.75,
      "dialogue": {
        "text": "Hola, buenas tardes.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "startTime": 2.97,
      "finishTime": 3.98,
      "dialogue": {
        "text": "¿Cómo te llamas?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 4.48
    }
  ]
}