Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/693a5b879c8089c10050ab0d.md

latest1.8 KB
Original Source
<!-- (Audio) Basti: Mi correo completo es [email protected]. -->

--description--

In this task, you will hear Basti share his full email address.

A few useful words appear in this sentence:

Correo (short for correo electrónico) means email.

Completo means "complete" or "full".

Arroba is the Spanish word for the @ symbol used in email addresses.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Mi BLANK completo es basti.agBLANKquetzal.BLANK.

--blanks--

correo

--feedback--

This word refers to "email". Remember it often appears as correo electrónico.


@

--feedback--

This is the simbol for the word arroba.


gt

--feedback--

This is the domain at the end of the email. It indicates the country code for Guatemala.

--explanation--

Mi correo completo es [email protected]. means "My full email is [email protected]."

--scene--

json
{
  "setup": {
    "background": "desk.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_basti_personal_details.mp3",
      "startTime": 1,
      "startTimestamp": 37.15,
      "finishTimestamp": 45.91
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1.5,
      "finishTime": 9.76,
      "dialogue": {
        "text": "Mi correo completo es [email protected].",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 10.26
    }
  ]
}