Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/69399bbb6d7a7bfeedaddd96.md

latest2.4 KB
Original Source
<!-- (Audio) Basti: Me llamo Sebastián Ávila Gómez. -->

--description--

The verb escribir means "to write". When Spanish speakers want to explain how a word is written or spelled, they often use the expression se escribe.

This form comes from the verb escribir and is commonly used before spelling names, emails, or other words letter by letter. For example:

  • Carlos se escribe C-a-r-l-o-s. – Carlos is spelled C-a-r-l-o-s.

  • Mi apellido se escribe con z. – My last name is spelled with z.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hola, buenas noches.

Me llamo Sebastián Ávila Gómez.

Sebastián BLANK BLANK S-e-b-a-s-t-i-á-n, con acento en la última a.

--blanks--

se

--feedback--

This small word is part of a common expression used when explaining how something is written.


escribe

--feedback--

This verb form comes from escribir and is used when spelling a word.

--explanation--

Se escribe is used when explaining how a word or name is written.

It comes from the verb escribir and is commonly used before spelling something letter by letter.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_basti_personal_details.mp3",
      "startTime": 1,
      "startTimestamp": 0.81,
      "finishTimestamp": 16.5
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.41,
      "dialogue": {
        "text": "Hola, buenas noches.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "startTime": 3.32,
      "finishTime": 6.25,
      "dialogue": {
        "text": "Me llamo Sebastián Ávila Gómez.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "startTime": 7.36,
      "finishTime": 16.69,
      "dialogue": {
        "text": "Sebastián se escribe s-e-b-a-s-t-i-á-n, con acento en la última a.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 17.19
    }
  ]
}