Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/6936f964096290ce9b6df9c3.md

latest2.1 KB
Original Source
<!-- (Audio) Mateo: Mi correo es [email protected]. ¿Quieres que te lo deletree? -->

--description--

To ask someone if they want something, Spanish uses the verb querer.

The verb form quieres is used with (you) to ask about another person's wishes or preferences. It is common in everyday conversation. For example:

  • ¿Quieres ayuda? - Do you want help?

  • ¿Quieres más tiempo? - Do you want more time?

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Mateo asking?

--answers--

If Camila wants him to spell his email.


If Camila understands his email.

--feedback--

He is not asking about understanding. He offers to do something.


For Camila's email.

--feedback--

He is not asking for new information.


If it is correct.

--feedback--

He is not confirming.

--video-solution--

1

--explanation--

Mateo says ¿Quieres que te lo deletree?

Deletree comes from deletrear, which means to spell a word letter by letter.

He is asking if Camila wants him to spell the information.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Mateo",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_mateo_email_dialogue_with_camila.mp3",
      "startTime": 1,
      "startTimestamp": 4.52,
      "finishTimestamp": 14.57
    }
  },
  "commands": [
    {
      "character": "Mateo",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mateo",
      "startTime": 1,
      "finishTime": 8.85,
      "dialogue": {
        "text": "Mi correo es [email protected].",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "startTime": 9.67,
      "finishTime": 11.05,
      "dialogue": {
        "text": "¿Quieres que te lo deletree?",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "opacity": 0,
      "startTime": 11.55
    }
  ]
}