Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/es-a1-practice-personal-details-in-action/69603f4b9047a9c249458907.md

latest1.8 KB
Original Source
<!-- (Audio) Julieta: Me llamo Julieta Cáceres López. -->

--description--

In this task, Julieta introduces herself by giving her full name in Spanish, using the common phrase Me llamo....

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which question is Julieta answering?

--answers--

¿Cuál es tu nacionalidad?

--feedback--

That would ask about her country of origin, not her name.


¿Cuál es tu número de teléfono?

--feedback--

This question asks for contact information, not identity.


¿Cómo te llamas?


¿Puedes repetirlo?

--feedback--

That would ask to repeat what she said.

--video-solution--

3

--explanation--

Me llamo Julieta Cáceres López means "My name is Julieta Cáceres López".

The phrase Me llamo literally means "I call myself", and it's the standard way to introduce your name in Spanish.

The correct question that prompts this answer is: ¿Cómo te llamas?

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Julieta",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_julieta_personal_details.mp3",
      "startTime": 1,
      "startTimestamp": 4.52,
      "finishTimestamp": 7.37
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 3.85,
      "dialogue": {
        "text": "Me llamo Julieta Cáceres López.",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 4.35
    }
  ]
}