Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/es-a1-practice-personal-details-in-action/695eb5c45a3ce8ca37a6478d.md

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

--description--

In this task, you will hear Julieta answering a question. Your job is to identify which question she is responding to.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which question is Julieta answering?

--answers--

What is your email address?


What is your phone number?

--feedback--

Julieta says correo, not número de teléfono.


What is your name?

--feedback--

The response doesn't include a name. She's giving contact info.


What is your profession?

--feedback--

There is no mention of her job or occupation.

--video-solution--

1

--explanation--

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

Correo electrónico is the full term for email in Spanish. People often shorten it to just Correo which means "mail", but depending on the context, it can be understood as "email", like in this case.

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Julieta",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_julieta_personal_details.mp3",
      "startTime": 1,
      "startTimestamp": 17.61,
      "finishTimestamp": 24.22
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 7.61,
      "dialogue": {
        "text": "Mi correo es [email protected].",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 7.71
    }
  ]
}