Back to Freecodecamp

Task 23

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

latest1.5 KB
Original Source
<!-- (Audio) Basti: El usuario es b-a-s-t-i punto a-g. -->

--description--

In this task, you will hear Basti spell out his username.

The word usuario means "username" or "user".

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

El usuario es BLANK a BLANK BLANK i punto a BLANK .

--blanks--

b

--feedback--

This letter comes after A in the alphabet.


s

--feedback--

This letter comes after R in the alphabet.


t

--feedback--

This letter comes after S in the alphabet.


g

--feedback--

This letter comes after F in the alphabet.

--explanation--

El usuario es b-a-s-t-i punto a-g means "The username is b-a-s-t-i dot a-g."

--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": 46.78,
      "finishTimestamp": 54.2
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1.5,
      "finishTime": 9.8,
      "dialogue": {
        "text": "El usuario es b-a-s-t-i punto a-g.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 8.78
    }
  ]
}