Back to Freecodecamp

Task 5

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

latest1.8 KB
Original Source
<!-- (Audio) Elena: Soy diseñadora -->

--description--

There are several ways to say your profession in Spanish, one of them is by using this structure:

Soy + profession

This is a very natural way to introduce a profession. For example:

Soy profesor - I'm a teacher.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Elena's profession?

--answers--

Diseñadora


Analista

--feedback--

This means "analyst", but it's not what the speaker says. Pay attention to the last word she is saying.


Ingeniera

--feedback--

This means "engineer", which is a different profession. Pay attention to the last word she is saying.


Desarrolladora

--feedback--

This means "developer", but it's not what she is saying. Pay attention to the last word she is saying.

--video-solution--

1

--explanation--

Soy means "I am" in Spanish. The verb soy often comes before professions, names, or descriptions. For example:

Soy diseñadora. – I am a designer.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Elena",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_greetings_in_the_morning.mp3",
      "startTime": 1,
      "startTimestamp": 3.88,
      "finishTimestamp": 5.42
    }
  },
  "commands": [
    {
      "character": "Elena",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Elena",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Soy diseñadora.",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}