Back to Freecodecamp

Task 55

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67531ff45ade873e5ff17211.md

latest1.7 KB
Original Source
<!-- (Audio) Jake: It looks like someone will need to notify the team and take immediate action. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

True or False: Jake is not worried about the phishing attack.

--answers--

True

--feedback--

Jake mentions taking immediate action, which shows urgency and concern about the situation.


False

--video-solution--

2

--explanation--

Immediate action means doing something without delay because it is urgent. For example:

We need to take immediate action to stop the leak. - This shows the situation is urgent, and action must be taken quickly.

In this context, Jake says immediate action, which indicates he is worried and believes the phishing attack is a serious issue that requires quick response. The words notify the team also show he is treating the matter with importance.

--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": 3.56,
      "finishTimestamp": 7.52
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "It looks like someone will need to notify the team and take immediate action.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}