Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/6939ae072b293d5fd47980a2.md

latest1.4 KB
Original Source
<!-- (Audio) Mi apodo es Basti. -->

--description--

In this task, you will hear Sebastián share his nickname using a simple and common sentence structure in Spanish.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Mi BLANK es Basti.

--blanks--

apodo

--feedback--

This word means "nickname". A name used instead of a full or formal name.

--explanation--

The sentence Mi apodo es Basti means "My nickname is Basti".

Apodo is the Spanish word for nickname, an informal name that someone goes by.

--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": 20.12,
      "finishTimestamp": 22.5
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "Mi apodo es Basti.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 3.5
    }
  ]
}