Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/699efe242252d838cfe44c9e.md

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

--description--

The word usuario means the name a person uses to identify themselves on a website, app, or system.

It is commonly used when giving or confirming login information such as usernames and email addresses. For example:

  • Mi usuario es basti123. – My username is basti123.

  • ¿Cuál es tu usuario? – What is your username?

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

El BLANK es b-a-s-t-i punto a-g.

--blanks--

usuario

--feedback--

This noun refers to the name a person uses to identify themselves in a system or platform.

--explanation--

Usuario is a noun used to refer to a person's username or account name in digital contexts.

It commonly appears when people spell or confirm login information.

--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
    }
  ]
}