Back to Freecodecamp

Task 95

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

latest1.7 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 answer the question below.

--questions--

--text--

Under what condition does Jake mention escalating?

--answers--

If someone from the team reports a different issue.

--feedback--

Jake is not talking about other issues.


If they find more signs of unauthorized access.


If Jessica prefers to escalate immediately.

--feedback--

Jake does not mention escalating right away.


If they cannot access the logs.

--feedback--

Jake doesn't talk about log access issues.

--video-solution--

2

--explanation--

Jake is saying that they should only escalate the issue if they find stronger evidence of unauthorized access.

Remember, unauthorized access means someone is accessing a system without proper permission.

--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
    }
  ]
}