Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/699efa6350f12f886ce09e13.md

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

--description--

The verb terminar means to finish or to end.

Spanish verbs change form depending on the subject. The form termina is the third person singular (él / ella / usted) in the present tense, and it is commonly used to describe how a word ends. For example:

  • Mi apellido termina en s. – My last name ends in s.

  • Mi apodo termina en z. – My nickname ends in z.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sí, Gómez BLANK en z.

--blanks--

termina

--feedback--

This is the present tense form of terminar used with a singular subject.

--explanation--

Terminar means to finish or to end.

In the sentence, termina is the third person singular form used to describe how the name Gómez ends.

This structure is commonly used when talking about the final letter or sound of a word.

--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
    }
  ]
}