Back to Freecodecamp

Task 65

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6753314748a2feb09a3059b2.md

latest2.6 KB
Original Source
<!-- (Audio) Sarah: Oh no! Do you know where it originated from? Jake: Not yet, but I think it came from an email link. We need to investigate quickly. I'll send out a warning to everyone right away. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What are the next steps?

--answers--

Fix the issue and update the system.

--feedback--

The audio does not mention fixing the issue or updating the system yet.


Find the source and contact IT support.

--feedback--

The audio mentions investigating quickly, but it does not mention contacting IT support.


Wait for more information before taking action.

--feedback--

The audio clearly states the need to act quickly and send out a warning, not to wait.


Investigate quickly and send out a warning.

--video-solution--

4

--explanation--

In the audio, Jake says, We need to investigate quickly and I'll send out a warning to everyone right away. These phrases indicate the immediate next steps.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 7.84,
      "finishTimestamp": 17.02
    }
  },
  "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.41
    },
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 3.41
    },
    {
      "character": "Jake",
      "startTime": 3.54,
      "finishTime": 7.68,
      "dialogue": {
        "text": "Not yet, but I think it came from an email link. We need to investigate quickly.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 7.88,
      "finishTime": 10.18,
      "dialogue": {
        "text": "I'll send out a warning to everyone right away.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 10.68
    }
  ]
}