Back to Freecodecamp

Task 34

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Soy BLANK BLANK.

--blanks--

analista

--feedback--

This word means "analyst".


junior

--feedback--

This word is used to describe the entry-level status of Sebastián's role.

--explanation--

The complete sentence is 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
    }
  ]
}