Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/69335252457f54a2405b3ea9.md

latest1.5 KB
Original Source
<!-- (Audio) Esteban: Soy desarrollador web. -->

--description--

In this task, you will hear Esteban answer to Ángela's question about his profession.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK desarrollador web.

--blanks--

Soy

--feedback--

This is the correct form of the verb ser used to say "I am."

--explanation--

Soy means "I am" and comes from the verb ser. It is used when describing who you are or what you do. For example:

  • Soy ingeniera. – I'm an engineer. (feminine)

  • Soy ingeniero. – I'm an engineer. (masculine)

  • Soy profesor. – I'm a teacher. (masculine)

  • Soy profesora. – I'm a teacher. (feminine)

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Esteban",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_esteban_personal_records_dialogue_with_angela.mp3",
      "startTime": 1,
      "startTimestamp": 41.87,
      "finishTimestamp": 43.61
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "Soy desarrollador web.",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 3.24
    }
  ]
}