Back to Freecodecamp

Task 25

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

latest1.7 KB
Original Source
<!-- (Audio) Basti: El dominio es q-u-e-t-z-a-l punto g-t. -->

--description--

In this task, you will hear Basti spell out the domain portion of his email address.

The word dominio refers to the domain, the part of an email address that comes after the arroba (@) symbol.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

El dominio es BLANK - BLANK - e - t - BLANK - a - BLANK punto BLANK - t.

--blanks--

q

--feedback--

This letter comes after P in the alphabet.


u

--feedback--

This letter comes after T in the alphabet.


z

--feedback--

This letter comes after X in the alphabet.


l

--feedback--

This letter comes after K in the alphabet.


g

--feedback--

This letter comes after F in the alphabet.

--explanation--

El dominio es q-u-e-t-z-a-l punto g-t means "The domain is q-u-e-t-z-a-l dot g-t."

--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": 54.95,
      "finishTimestamp": 64.01
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 10.06,
      "dialogue": {
        "text": "El dominio es q-u-e-t-z-a-l punto g-t.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 10.56
    }
  ]
}