Back to Freecodecamp

Task 94

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675c96e7feed5f75004ea8a4.md

latest2.2 KB
Original Source
<!-- (Audio) Jake: They'll likely be concerned, but I'll reassure them that we are taking all necessary steps to secure our systems. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jake's statement show about his priorities for the future?

--answers--

Fixing the problem without telling the clients.

--feedback--

The audio mentions both actions, not just fixing the issue.


Avoiding responsibility for what happened.

--feedback--

The audio shows Jake is planning to take action, not avoiding it.


Keeping clients calm and fixing the security issue.


Waiting to see what happens next.

--feedback--

The audio shows Jake is planning to act now, not waiting.

--video-solution--

3

--explanation--

Jake's statement shows his priorities are about keeping clients calm and solving the problem. Here's how the audio explains this:

I'll reassure them shows Jake wants to help clients feel less worried by telling them what the team is doing.

We are taking all necessary steps shows Jake's focus on solving the security issue as quickly and completely as possible.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 44.6,
      "finishTimestamp": 51.18
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.3,
      "dialogue": {
        "text": "They'll likely be concerned,",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 2.38,
      "finishTime": 7.58,
      "dialogue": {
        "text": "but I'll reassure them that we're taking all necessary steps to secure our systems.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 8.08
    }
  ]
}