Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/69333320e6ed4204729e2dc7.md

latest1.4 KB
Original Source
<!-- (Audio) Esteban: Soy peruano. -->

--description--

In this task, you will hear Esteban say his nationality.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Soy BLANK

--blanks--

peruano

--feedback--

This nationality is used for a man from Perú. It ends in o.

--explanation--

Soy comes from the verb ser. It's used to describe permanent characteristics like nationality, identity, and profession. For example:

  • Soy de Perú. – I am from Peru.

  • Soy peruana. – I am Peruvian. (feminine)

  • Soy peruano. – I am Peruvian. (masculine)

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Esteban",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_esteban_personal_records_dialogue_with_angela.mp3",
      "startTime": 1,
      "startTimestamp": 35.77,
      "finishTimestamp": 36.65
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 1.88,
      "dialogue": {
        "text": "Soy peruano.",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 2.38
    }
  ]
}