Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/es-a1-practice-first-questions/691615c732e6878518963786.md

latest2.7 KB
Original Source
<!-- (AUDIO) Sebastián: ¿A qué te dedicas, Ángela? --> <!-- (AUDIO) Ángela: Soy representante de recursos humanos. ¿Y vos? --> <!-- (AUDIO) Sebastián: Soy analista junior. -->

--description--

Ángela and Sebastián are talking about their professions.

--instructions--

Listen to the audio and complete the dialogue with the correct words.

--fillInTheBlank--

--sentence--

Sebastián: ¿A qué te BLANK, Ángela?

Ángela: Soy BLANK de recursos humanos. ¿Y vos?

Sebastián: Soy BLANK junior.

--blanks--

dedicas

--feedback--

This is the second person conjugation (tu) of the verb dedicarse.


representante

--feedback--

This word means "representative".


analista

--feedback--

This noun means "analyst".

--explanation--

This dialogue includes the words dedicas, representante, and analista.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "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": 35.51,
      "finishTimestamp": 44.25
    }
  },
  "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.16
    },
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 3.16
    },
    {
      "character": "Ángela",
      "startTime": 3.79,
      "finishTime": 6.35,
      "dialogue": {
        "text": "Soy representante de recursos humanos.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "startTime": 6.5,
      "finishTime": 7.08,
      "dialogue": {
        "text": "¿Y vos?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 7.72
    },
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 7.72
    },
    {
      "character": "Sebastián",
      "startTime": 8.36,
      "finishTime": 9.74,
      "dialogue": {
        "text": "Soy analista junior.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 10.24
    }
  ]
}