Back to Freecodecamp

Task 115

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d7f40c1dd59e7bfe748e3b.md

latest2.0 KB
Original Source
<!-- (audio) Jake: It must have happened last night because that's when we started noticing unusual activity on the servers. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What did the team notice last night?

--answers--

Unusual activity on the servers


A scheduled update

--feedback--

Jake does not mention a planned system update.


A power outage

--feedback--

There is no mention of an electricity issue.


A system upgrade

--feedback--

The team was not investigating an upgrade.

--video-solution--

1

--explanation--

Unusual activity refers to behavior that is different from normal. For example:

  • We should investigate any unusual activity on the website. - They need to check if something strange is happening on the site.

  • If you notice unusual activity, please report it immediately. - The speaker means people should inform someone right away if they see anything odd.

In this case, unusual activity on the servers means that something strange was happening on the network, which could be a sign of a security breach.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 10.28,
      "finishTimestamp": 15.02
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.74,
      "dialogue": {
        "text": "It must have happened last night because that's when we started noticing unusual activity on the servers.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}