Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/es-a1-learn-greetings-during-the-day/68c89d073ef3c56824a1c783.md

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Soy BLANK.

--blanks--

desarrollador

--feedback--

This word means "developer" and ends in -or, which is typical for many masculine profession nouns in Spanish.

--explanation--

Desarrollador means "developer" in Spanish. It's a masculine noun commonly used in tech contexts.

In Spanish, you don't need an article like "a" or "an" before professions. For example:

Soy desarrollador. – I am a developer.

--scene--

json
{
  "setup": {
    "background": "company3-boardmeeting.png",
    "characters": [
      {
        "character": "Esteban",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_greetings_in_the_evening.mp3",
      "startTime": 1,
      "startTimestamp": 3.49,
      "finishTimestamp": 4.97
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "Soy desarrollador.",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 2.98
    }
  ]
}