Back to Freecodecamp

Task 79

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

latest1.6 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--

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

--blanks--

Typically

--feedback--

This word means something that happens in most cases or is common in a particular situation. The first letter is capitalized.

--explanation--

Typically means something that happens in most cases or is the usual situation. It describes what is normal or expected. For example:

People typically start their day with a cup of coffee. - It shows that starting the day with coffee is a common habit for people. It suggests that this is what usually happens.

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