Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/es-a1-practice-personal-details-in-action/6967ba03ba258fe7e11d0000.md

latest1.7 KB
Original Source
<!-- (Audio) Julieta: Soy uruguaya y soy estratega de marketing. -->

--description--

In this task, Julieta shares both her nationality and what she does professionally. Listen closely to identify her job title.

Professions in Spanish often follow the structure Soy + [profession].

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Julieta's profession?

--answers--

Científica de datos

--feedback--

This means "data scientist".


Desarrolladora web

--feedback--

This means "web developer".


Diseñadora gráfica

--feedback--

This means "graphic designer".


Estratega de marketing

--video-solution--

4

--explanation--

Soy estratega de marketing, means "I'm a marketing strategist".

The structure Soy + profession is commonly used in Spanish.

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Julieta",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_julieta_personal_details.mp3",
      "startTime": 1,
      "startTimestamp": 47.92,
      "finishTimestamp": 51.2
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "Soy uruguaya y soy estratega de marketing.",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}