Back to Freecodecamp

Task 19

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

latest1.7 KB
Original Source
<!-- (Audio) Basti: Sí, Gómez termina en z. -->

--description--

In this task, you will hear Basti clarifying some personal details.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What question is Basti answering?

--answers--

Does your last name Gómez end with an s?

--feedback--

Basti is confirming a different letter.


Is your middle name Sebastián?

--feedback--

Basti is not being asked about his middle name.


Does Gómez end with a z?


Can you repeat your last name?

--feedback--

That would be a different type of request — asking to repeat, not confirm a specific letter.

--video-solution--

3

--explanation--

Basti starts his sentence with the word , which is a confirmation, followed by Gómez termina en z. So, it's safe to assume the person asked if Goméz ends with z. Otherwise, he would be correcting the person.

--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": 27.95,
      "finishTimestamp": 30.86
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 3.91,
      "dialogue": {
        "text": "Sí, Gómez termina en z.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 4.41
    }
  ]
}