Back to Freecodecamp

Task 29

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

latest1.8 KB
Original Source
<!-- (AUDIO) Sebastián: ¿A qué te dedicas, Ángela? -->

--description--

¿A qué te dedicas? is a common way to ask about a person's job or profession.

It is equivalent to "What is your profession?" or "What do you do for a living?"

The common answer to this question has the structure Soy + [profession]. For example:

Soy ingeniero - I'm an engineer.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sebastián asking Ángela about?

--answers--

Her nationality

--feedback--

Sebastián is not asking about Ángela's nationality.


Her name

--feedback--

Sebastián is not asking about Ángela's name.


Her profession


Her age

--feedback--

Sebastián is not asking about Ángela's age.

--video-solution--

3

--explanation--

Sebastián is asking Ángela ¿A qué te dedicas?.

This is a common way to ask about someone's profession or job.

Therefore, Sebastián is asking about Ángela's profession.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 35.51,
      "finishTimestamp": 37.05
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "¿A qué te dedicas, Ángela?",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}