Back to Freecodecamp

Task 27

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

latest1.9 KB
Original Source
<!-- (Audio) Basti: Sí, correcto. Gracias. -->

--description--

The word correcto is used to confirm that something is right or accurate. In Spanish, many adjectives change form to match the gender of the noun they describe. For example:

  • El número es correcto. – The number is correct. (Correcto is masculine).

  • La dirección es correcta. – The address is correct. (Correcta is feminine).

This word is very common when confirming information in conversations.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sí, BLANK. Gracias.

--blanks--

correcto

--feedback--

This adjective is used to confirm that something is accurate.

--explanation--

Correcto is an adjective used to confirm that information is right.

It changes form to match gender:

  • Correcto (masculine).

  • Correcta (feminine).

In the audio, the masculine form is used as a general confirmation.

--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": 75.63,
      "finishTimestamp": 78.59
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "Sí, correcto.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "startTime": 3.24,
      "finishTime": 3.96,
      "dialogue": {
        "text": "Gracias.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}