Back to Freecodecamp

Task 12

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Camila's profession?

--answers--

Diseñadora

--feedback--

This means "designer", but it's not the profession mentioned. Pay attention to the last word of the audio.


Ingeniera

--feedback--

This means "engineer", which is different from what the speaker says. Pay attention to the last word of the audio.


Analista


Desarrolladora

--feedback--

This means "developer". Listen to the last word of the audio.

--video-solution--

3

--explanation--

Camila is now using the same structure she used to say her name. But this time, to say her profession. The structure looks like this:

Soy + profession

Again, you don't need to include the pronoun yo because the verb soy already tells you who is speaking.

Soy analista means "I am an analyst".

Analista is a neutral noun, so it's the same for both male and female speakers. For example:

Soy analista de datos. – I am a data analyst.

This example sentence works for both male and female.

--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": 3.67,
      "finishTimestamp": 4.81
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.14,
      "dialogue": {
        "text": "Soy analista.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.64
    }
  ]
}