Back to Freecodecamp

Task 14

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

latest1.9 KB
Original Source
<!-- (Audio) Basti: Sebastián se escribe S-e-b-a-s-t-i-á-n, con acento en la última a. -->

--description--

In this task, you will hear Basti spell out the name Sebastián letter by letter.

--instructions--

Listen to the audio and fill in the missing letters that Basti spells out. Each BLANK represents one letter from the name he is spelling.

--fillInTheBlank--

--sentence--

S BLANK BLANK a BLANK BLANK i á BLANK .

--blanks--

e

--feedback--

This is the second letter that Basti spells out, the vowel after the letter "s" in the name


b

--feedback--

This is the third letter that Basti spells out, the consonant after the letter "e" in the name


s

--feedback--

This consonant appears again in the middle of the name.


t

--feedback--

This letter comes right after the second "s" in the name.


n

--feedback--

This is the final consonant Basti says before finishing the name.

--explanation--

Basti spells the name Sebastián as: S-e-b-a-s-t-i-á-n.

He also adds: con acento en la última a, meaning the accent mark goes on the á.

--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": 7.17,
      "finishTimestamp": 16.5
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 10.33,
      "dialogue": {
        "text": "Sebastián se escribe S-e-b-a-s-t-i-á-n, con acento en la última a.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 10.83
    }
  ]
}