Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/6915eca78be9dc43790f3025.md

latest1.4 KB
Original Source
<!-- (AUDIO) Sebastián: Soy analista junior. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sebastián's profession?

--answers--

Analista junior


Gerente de análisis

--feedback--

Sebastián mentions a different profession.


Representante de ventas

--feedback--

Sebastián mentions a different profession.


Analista senior

--feedback--

Sebastián mentions something different.

--video-solution--

1

--explanation--

Sebastián says Soy analista junior, which means "I am a junior analyst".

--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": 42.6,
      "finishTimestamp": 44.25
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.38,
      "dialogue": {
        "text": "Soy analista junior.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 2.88
    }
  ]
}