Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/es-a1-practice-personal-details-in-action/6960179f15507b9a0251ade6.md

latest1.7 KB
Original Source
<!-- (Audio) ¿Puedes repetirlo? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Esteban asking?

--answers--

He is asking how to write it.

--feedback--

That would be ¿Cómo se escribe?


He is asking what is your profession.

--feedback--

That would be ¿Cuál es tu profesión?


He is asking for your name.

--feedback--

That would be ¿Cómo te llamas?


He is asking if you can repeat it.

--video-solution--

4

--explanation--

Esteban asks ¿Puedes repetirlo?. This question is asking someone to say something again.

It follows the common polite request pattern:

¿Puedes + infinitive + ...?

  • Puedes is the form of poder.
  • repetir means to say something again.
  • lo refers to the thing already mentioned.

Together, the question is asking if the listener is able to repeat the information.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Esteban",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_personal_details_just_questions.mp3",
      "startTime": 1,
      "startTimestamp": 57.72,
      "finishTimestamp": 59.29
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 2.27,
      "dialogue": {
        "text": "¿Puedes repetirlo?",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 2.67
    }
  ]
}