Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/690e640d82be9a5b5539bab0.md

latest1.3 KB
Original Source
<!-- (AUDIO) Sebastián: Mi nombre es Sebastián. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK BLANK Sebastián.

--blanks--

Mi

--feedback--

This word means "my".


nombre

--feedback--

This word means "name".


es

--feedback--

This is the third-person singular form of the verb ser ("to be").

--explanation--

The complete phrase is Mi nombre es Sebastián, which means "My name is Sebastián".

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 5.09,
      "finishTimestamp": 6.36
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.27,
      "dialogue": {
        "text": "Mi nombre es Sebastián.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 2.77
    }
  ]
}