Back to Freecodecamp

Task 94

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f516c63aa9bf133436c73b.md

latest1.8 KB
Original Source
<!-- (audio) Jake: We might have to escalate it if we find more signs of unauthorized access. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We BLANK to BLANK it if we find more signs of unauthorized access.

--blanks--

might have

--feedback--

These two words are part of the phrase which means a possible necessity.


escalate

--feedback--

This verb means to raise an issue to a higher level of urgency or authority.

--explanation--

Might have to means there is a possibility that an action will be necessary. For example:

We might have to update the software to fix the issue. - The team may need to update the software to solve the problem.

Escalate means to report or raise an issue to a higher level of responsibility. For example:

I had to escalate the problem because it wasn't resolved at the lower level. - You needed to send the issue to someone higher up because it wasn't fixed by the team.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 75.96,
      "finishTimestamp": 80.02
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "We might have to escalate it if we find more signs of unauthorized access.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}