Back to Freecodecamp

Task 105

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

latest2.2 KB
Original Source
<!-- (Audio) Brian: They should also avoid using public Wi-Fi for important tasks, like banking or accessing corporate emails. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They should also BLANK using public Wi-Fi for important tasks, like banking or accessing BLANK.

--blanks--

avoid

--feedback--

This word means to stay away from or not do something to prevent problems.


corporate emails

--feedback--

This phrase of two words refers to work-related emails that often contain private or sensitive information. The second word is in the plural form.

--explanation--

Avoid means to stay away from something or not do it because it can cause problems. For example:

Employees should avoid clicking on links from unknown senders in emails. - It means that employees should not click on links they don't trust because these links might lead to scams or security risks.

Corporate emails are work-related emails that often have private or sensitive information about the company. For example:

Using a secure connection is important when checking corporate emails outside the office. - It highlights that work emails often contain important information, so using a secure internet connection is necessary to keep them private and safe from hackers.

--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": 53.6,
      "finishTimestamp": 60
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.4,
      "dialogue": {
        "text": "They should also avoid using public Wi-Fi for important tasks like banking or accessing corporate emails.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.9
    }
  ]
}