Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675ed905490b9ab8f4e640c4.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 BLANK BLANK or unsecured networks.

--blanks--

public

--feedback--

This word means something is open to everyone, like a shared space or service.


Wi-Fi

--feedback--

This is short for Wireless Fidelity. It refers to a wireless networking technology that uses radio waves to provide high-speed internet and network connections without the need for physical cables. This is a compound word, remember to use -. The first letter and the third letter are capitalized.

--explanation--

Public means something that is available to everyone or shared by the community. For example:

The repository is public so anyone can access it. - It shows that the repository is open to everyone and not private.

Wi-Fi (short for Wireless Fidelity) refers to a wireless internet connection that allows devices to connect to the internet. For example:

I connected my phone to the café's Wi-Fi to check my emails. - It shows you accessed the internet in the café without using a cable.

--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
    }
  ]
}