Back to Freecodecamp

Task 79

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/661eb97a2eb89a1ecd9a507a.md

latest2.2 KB
Original Source
<!-- (Audio) Tom: Is it safe? Alice: It's generally secure, but like any technology, it has its challenges and privacy concerns. -->

--description--

General is an adjective used to describe things that are common, usual, or involve everyone or everything. For example, you might talk about a general rule, meaning a rule that applies in most cases. Generally is an adverb that indicates something happening in a widespread or usual manner. It's used to talk about actions or situations that tend to occur frequently or generally, though there may be exceptions.

Listen to the audio and fill in the blank.

--fillInTheBlank--

--sentence--

Tom: Is it safe?

Alice: It's BLANK secure, but like any technology, it has its challenges and privacy concerns.

--blanks--

generally

--feedback--

You need the adverb here. Remember to add -ly at the end of the word to transform the adjective into an adverb.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 19.5,
      "finishTimestamp": 25.86
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 1.96,
      "dialogue": {
        "text": "Is it safe?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.24
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 2.24
    },
    {
      "character": "Alice",
      "startTime": 2.52,
      "finishTime": 7.36,
      "dialogue": {
        "text": "It's generally secure, but like any technology, it has its challenges and privacy concerns.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.86
    }
  ]
}