Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/es-a1-practice-first-questions/69108ccea9363f23b3aacb49.md

latest3.6 KB
Original Source
<!-- (AUDIO) Camila: ¿A qué te dedicas? --> <!-- (AUDIO) Mateo: Soy ingeniero de software. ¿Y tú, Camila? --> <!-- (AUDIO) Camila: Soy analista de datos. -->

--description--

Camila and Mateo are talking about their professions.

--instructions--

Listen to the audio and complete the dialogue below.

Write these words in the correct spot:

ingeniero, ingeniera, , te, doctor, analista, dedicas

There are more words than blanks. You won't need to use all words.

--fillInTheBlank--

--sentence--

Camila: ¿A qué BLANK BLANK?

Mateo: Soy BLANK de software. ¿Y BLANK, Camila?

Camila: Soy BLANK de datos.

--blanks--

te

--feedback--

This is the reflexive pronoun that goes with the verb dedicar.


dedicas

--feedback--

This is the ("you") form of the verb dedicarse ("to dedicate oneself").


ingeniero

--feedback--

This is the masculine noun for a person who works in engineering.


--feedback--

This is the informal personal pronoun ("you") used to return the question to Camila. Remember to use the accent mark to the letter u.


analista

--feedback--

This is the noun for a person who analyzes data.

--explanation--

This dialogue between Mateo and Camila focuses on professions.

¿A qué te dedicas? means "What is your profession?" or "What do you do for a living?"

Soy + [profession] means "I am a/an [profession]".

In Spanish, most professions change based on gender. However, some professions that end in -ista or -nte are often kept exactly the same for both genders:

ProfessionMasculineFeminine
Analystanalistaanalista
Journalistperiodistaperiodista
Receptionistrecepcionistarecepcionista
Singercantantecantante

--scene--

json
{
  "setup": {
    "background": "cubicle.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "character": "Mateo",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_camila_and_mateo.mp3",
      "startTime": 1,
      "startTimestamp": 20.58,
      "finishTimestamp": 28.69
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.23,
      "dialogue": {
        "text": "¿A qué te dedicas?",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.85
    },
    {
      "character": "Mateo",
      "opacity": 1,
      "startTime": 2.85
    },
    {
      "character": "Mateo",
      "startTime": 3.48,
      "finishTime": 4.9,
      "dialogue": {
        "text": "Soy ingeniero de software.",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "startTime": 5.43,
      "finishTime": 6.37,
      "dialogue": {
        "text": "¿Y tú, Camila?",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "opacity": 0,
      "startTime": 6.91
    },
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 6.91
    },
    {
      "character": "Camila",
      "startTime": 7.46,
      "finishTime": 9.11,
      "dialogue": {
        "text": "Soy analista de datos.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 9.61
    }
  ]
}