Back to Freecodecamp

Task 6

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK diseñadora.

--blanks--

Soy

--feedback--

This is verb means "I am" and is commonly used to talk about professions or personal identity.

--explanation--

Soy means "I am". It's used when you talk about yourself: your profession, name, or how you feel.

In Spanish, the subject pronoun yo (I) is often not needed because the verb form already shows who is speaking. For example:

Soy diseñadora. – I am a designer.

Even without yo, the sentence is complete and natural in Spanish.

--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
    }
  ]
}