Back to Freecodecamp

Task 87

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

latest2.1 KB
Original Source
<!-- (Audio) Anna: I see. How often should we remind employees to use secure connections? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see. How often should we remind employees to use BLANK BLANK?

--blanks--

secure

--feedback--

This word means protected or safe from threats, like hacking or unauthorized access.


connections

--feedback--

This word in the plural form refers to links or pathways that allow devices to communicate with each other or access the internet.

--explanation--

Secure means something that is safe and protected from risks, like hacking, stealing data, or someone getting access without permission. For example:

All employees should use secure passwords to protect their accounts. - This sentence shows how using strong and safe passwords helps keep accounts private and stops others from breaking into them.

Connections are the links that let devices talk to each other or use the internet. For example:

Using encrypted connections helps protect sensitive information during online meetings. - This sentence shows that using safe and protected links keeps shared information private during online meetings, so no one can see or steal it without permission.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 14.72,
      "finishTimestamp": 18.18
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "I see. How often should we remind employees to use secure connections?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}