Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/es-a1-practice-personal-details-in-action/6967b743b22548017c517487.md

latest1.7 KB
Original Source
<!-- (Audio) Julieta: Repito j-u-l-i-e-t-a punto c-a-c-e-r-e-s arroba a-n-d-e-s punto com. -->

--description--

In this task, Julieta is repeating and spelling out part of her email address. Listen carefully to the sequence of letters she spells after the first word punto.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Repito j-u-l-i-e-t-a punto BLANK arroba a-n-d-e-s punto com.

--blanks--

caceres

--feedback--

This word is spelled letter by letter in the audio and corresponds to Julieta's last name.

--explanation--

Julieta spells her email address carefully to avoid mistakes.

After punto, she spells c-a-c-e-r-e-s, which forms the word caceres.

Spelling names and emails out loud is common in Spanish when sharing contact information.

--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": 24.15,
      "finishTimestamp": 45.15
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 22,
      "dialogue": {
        "text": "Repito j-u-l-i-e-t-a punto c-a-c-e-r-e-s arroba a-n-d-e-s punto com.",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 22.5
    }
  ]
}