Back to Freecodecamp

Task 1

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

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

--description--

¿Cómo te llamas? is the polite and most common way to ask someone their name in Spanish.

It's the direct equivalent of the question "What is your name?"

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Is it true: Ángela is asking someone's name.

--answers--

True


False

--feedback--

This is true. Ángela is asking someone's name.

--video-solution--

1

--explanation--

The phrase ¿Cómo te llamas? means "What is your name?"

It's the most common way to ask someone their name in an informal setting (using the pronoun ).

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