Back to Freecodecamp

Task 59

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675326de48b3e36c45ba1328.md

latest1.3 KB
Original Source
<!-- (Audio) Sarah: Oh no! Do you know where it originated from? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Oh no! Do you know where BLANK originated from?

--blanks--

it

--feedback--

This pronoun is used to refer to something already mentioned, like the phishing attack.

--explanation--

It is a pronoun used to refer to something already mentioned, so you don't have to repeat the same noun. In this context, it refers to the phishing attack mentioned earlier.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 7.84,
      "finishTimestamp": 10.12
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "Oh, no. Do you know where it originated from?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}