Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/690f70f98d43b24acc706a72.md

latest2.3 KB
Original Source
<!-- (AUDIO) Ángela: Soy representante de recursos humanos. -->

--description--

Soy + [profession] is the most common way to say your profession in Spanish.

It is equivalent to "I am a + [profession]" and it's the direct answer to the question, ¿A qué te dedicas? ("What is your profession?"). For example:

Soy diseñador gráfico - I'm a graphic designer.

The profession noun must agree in gender with the speaker, and the article ("a" or "an") is generally omitted.

Profession (Feminine)Profession (Masculine)Example StructureEnglish Meaning
profesoraprofesorSoy profesor.I am a teacher.
doctoradoctorSoy doctora.I am a doctor.
arquitectaarquitectoSoy arquitecto.I am an architect.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Ángela's profession?

--answers--

Analista junior

--feedback--

This is not Ángela's profession.


Representante de recursos humanos


Analista Senior

--feedback--

Ángela mentions a different profession.


Gerente de Mercadeo

--feedback--

This profession is not mentioned.

--video-solution--

2

--explanation--

Ángela says Soy representante de recursos humanos.

Soy is the "I am" conjugation of the verb ser.

Representante means "representative".

Recursos humanos means "human resources".

Therefore, Ángela is a human resources representative.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 38.3,
      "finishTimestamp": 40.86
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "Soy representante de recursos humanos.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 4.06
    }
  ]
}