Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/699cb025b345b654b4fc62c5.md

latest1.7 KB
Original Source
<!-- (Audio) Mateo: ¿Quieres que te lo deletree? -->

--description--

When giving a name or an email address, a person may need to say each letter separately to avoid confusion. This action is called deletrear. The verb deletrear is used when someone spells a word letter by letter. For example:

  • Deletreo mi apellido. - I spell my surname.

  • ¿Quieres que deletree tu nombre? - Do you want me to spell your name?

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

¿Quieres que te lo BLANK?

--blanks--

deletree

--feedback--

This verb is used when someone spells a word letter by letter.

--explanation--

The complete sentence is ¿Quieres que te lo deletree?

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

Mateo 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": 13.19,
      "finishTimestamp": 14.97
    }
  },
  "commands": [
    {
      "character": "Mateo",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mateo",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "¿Quieres que te lo deletree?",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "opacity": 0,
      "startTime": 2.88
    }
  ]
}