Back to Freecodecamp

Task 31

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

latest1.5 KB
Original Source
<!-- (AUDIO) Ángela: Soy representante de recursos humanos. ¿Y vos? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Soy BLANK de recursos humanos. ¿Y vos?

--blanks--

representante

--feedback--

This word means "representative".

--explanation--

The complete sentence is Soy representante de recursos humanos. ¿Y vos?, which means "I am a human resources representative. And you?"

Representante means "representative".

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "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": 38.3,
      "finishTimestamp": 41.59
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "Soy representante de recursos humanos.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "startTime": 3.71,
      "finishTime": 4.29,
      "dialogue": {
        "text": "¿Y vos?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 4.79
    }
  ]
}