Back to Freecodecamp

Task 81

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: Typically, they occur when you're using public Wi-Fi or unsecured networks. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Typically, they occur when you're using public Wi-Fi or BLANK BLANK.

--blanks--

unsecured

--feedback--

This word means something that is not protected or not safe, like a network without a password.


networks

--feedback--

This word in the plural form refers to systems that connect computers or devices to share information, often over the internet.

--explanation--

Unsecured means not protected or not safe, often referring to something that lacks security measures, like passwords or encryption. For example:

Using an unsecured network can put your personal data at risk. - It describes a network that is not safe, meaning hackers could access one's data easily.

Networks are systems that connect computers or devices to share data, resources, or internet access. For example:

Many businesses rely on secure networks to protect their sensitive information. - Here, networks refer to the connected systems businesses use for communication and data sharing.

--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": 4.86,
      "finishTimestamp": 9.04
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "Typically, they occur when you're using public Wi-Fi or unsecured networks.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.58
    }
  ]
}