Back to Freecodecamp

Task 3

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

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

--description--

Mi nombre es means "My name is".

Mi nombre es + [name] is a common and polite way to introduce yourself in Spanish.

This phrase uses the third-person singular of the verb ser ("to be"), which is es ("is").

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the speaker's name?

--answers--

Nombre

--feedback--

This word means "name", but it's not a name.


Sebastián


Mi

--feedback--

Mi means "my". It's not the speaker's name.


Christopher

--feedback--

Christopher is not the speaker's name.

--video-solution--

2

--explanation--

Mi nombre es Sebastián means "My name is Sebastián".

Therefore, the speaker's 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
    }
  ]
}