Back to Freecodecamp

Task 25

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

latest2.1 KB
Original Source
<!-- (Audio) Camila: Hola, Mateo ¿Cuál es tu correo electrónico? -->

--description--

People communicate in different ways, depending on the situation.

You can use the teléfono to speak directly with someone, or a mensaje de texto, which is a short written message sent by phone.

You can also use the correo, which refers to traditional mail, such as letters sent to a home address. Today, many messages are sent online. In these cases, it is called correo electrónico.

Electrónico describes something that uses technology or electronic devices.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

¿Cuál es tu BLANK BLANK?

--blanks--

correo

--feedback--

This word refers to mail.


electrónico

--feedback--

This adjective describes something related to technology or electronic devices. Remember to use the acent mark on the first ó.

--explanation--

The complete question is ¿Cuál es tu correo electrónico?

Correo electrónico refers to an email address. It is used to send and receive digital messages through the internet. For example:

[email protected]

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_mateo_email_dialogue_with_camila.mp3",
      "startTime": 1,
      "startTimestamp": 0.6,
      "finishTimestamp": 3.69
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.03,
      "dialogue": {
        "text": "Hola, Mateo.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 2.4,
      "finishTime": 4.09,
      "dialogue": {
        "text": "¿Cuál es tu correo electrónico?",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 4.59
    }
  ]
}