Back to Freecodecamp

Task 106

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/6760f057483bbf684bfa6457.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: Everyone should always use a VPN, especially when accessing sensitive information. They should also avoid using public Wi-Fi for important tasks, like banking or accessing corporate emails. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which behavior is recommended by Brian?

--answers--

Using public Wi-Fi for important tasks like banking.

--feedback--

Brian advises against using public Wi-Fi for important tasks.


Always using a VPN, especially when accessing sensitive information like corporate emails.


Sharing passwords over email when needed.

--feedback--

Brian does not mention sharing passwords and doing so would not be secure.


Using public Wi-Fi but only on weekends.

--feedback--

Brian says to avoid public Wi-Fi for important tasks, not just on weekends.

--video-solution--

2

--explanation--

Brian's statement shows that using a VPN is a key recommendation to keep data secure, particularly when handling sensitive tasks.

--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": 48.56,
      "finishTimestamp": 60
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.04,
      "dialogue": {
        "text": "Everyone should always use a VPN, especially when accessing sensitive information.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.04,
      "finishTime": 12.44,
      "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": 12.94
    }
  ]
}