Back to Freecodecamp

Task 27

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

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

--description--

In this task, you will hear Mateo give his email address using a very common sentence structure in Spanish, Mi ___ es.... For example:

  • Mi nombre es... – My name is...

  • Mi apellido es... – My last name is...

  • Mi edad es... – My age is...

  • Mi número es... – My number is...

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Mi BLANK es [email protected].

--blanks--

correo

--feedback--

This word refers to mail or messages sent to a person.

--explanation--

The complete sentence is Mi correo es [email protected].

Here, correo refers to an email address.

The structure Mi + noun + es... is used to give personal information. For example:

  • Mi nombre es Ana. - My name is Ana.

  • Mi número es 555-1234. - My number is 555-1234.

--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": 12.37
    }
  },
  "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",
      "opacity": 0,
      "startTime": 9.35
    }
  ]
}