Back to Freecodecamp

Task 13

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

latest1.7 KB
Original Source
<!-- (Audio) Camila: Soy Camila. Soy analista. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK Camila. BLANK analista.

--blanks--

Soy

--feedback--

This word means "I am" and is used to introduce your name or profession in Spanish. The first letter is capitalized.


Soy

--feedback--

This word means "I am" and is used to introduce your name or profession in Spanish. The first letter is capitalized.

--explanation--

Soy means "I am" in Spanish.

You can use soy to say both your name and your profession.

Even though the subject yo (I) is not written, it's understood from the verb form. For example:

Soy Camila. Soy analista. – I'm Camila. I'm an analyst.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_greetings_in_the_afternoon.mp3",
      "startTime": 1,
      "startTimestamp": 2.34,
      "finishTimestamp": 4.81
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.09,
      "dialogue": {
        "text": "Soy Camila.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 2.33,
      "finishTime": 3.47,
      "dialogue": {
        "text": "Soy analista.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 3.97
    }
  ]
}