Back to Freecodecamp

Task 85

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675ee218782b4dcb26796c19.md

latest1.9 KB
Original Source
<!-- (Audio) Brian: It's crucial to be careful, especially during peak travel times, like holidays or weekends. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why should people be careful during holidays or weekends?

--answers--

Because networks are more secure during these times.

--feedback--

Networks are often less secure during these times, not more secure.


Because people don't use public Wi-Fi during holidays.

--feedback--

Many people use public Wi-Fi during holidays or weekends, which increases security risks.


Because travel slows down and risks are lower.

--feedback--

Travel increases during holidays or weekends, creating more opportunities for attacks.


Because these are peak travel times, and public networks are used more often.

--video-solution--

4

--explanation--

Holidays and weekends are considered peak travel times, meaning more people are traveling and using public Wi-Fi or unsecured networks. This increases the chances of cyberattacks, such as Man-in-the-Middle attacks, because public networks are less secure.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.26,
      "finishTimestamp": 14.3
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.04,
      "dialogue": {
        "text": "It's crucial to be careful, especially during peak travel times like holidays or weekends.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.54
    }
  ]
}