Back to Freecodecamp

Task 70

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/681eeb3556277bd28840fc73.md

latest2.3 KB
Original Source
<!-- (Audio) Jake: Hmmm… Okay. How about this? GuardianTech isn't just helpful. It's essential for protecting against the wide array of digital threats facing startups today. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hmmm… Okay. How about this? GuardianTech BLANK helpful. It's essential for BLANK the wide array of digital threats facing startups today.

--blanks--

isn't just

--feedback--

These two words together are used to show that something is more than what was first stated.


protecting against

--feedback--

This two-word phrase means defending or keeping something safe from harm or danger. The first word ends with -ing.

--explanation--

Isn't just means that something goes beyond the basic description. It's more than what it first appears to be. For example:

She isn't just a manager. She's a mentor too. – This means she plays a more important role than just being a manager.

Protecting against means actively defending from possible harm or danger. For example:

Good software helps with protecting against viruses. – This means the software helps keep systems safe from being attacked or infected.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-2.mp3",
      "startTime": 1,
      "startTimestamp": 30.24,
      "finishTimestamp": 41.24
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.58,
      "dialogue": {
        "text": "Hmm... Okay. How about this?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.58,
      "finishTime": 12,
      "dialogue": {
        "text": "Guardian Tech isn't just helpful. It's essential for protecting against the wide array of digital threats facing startups today.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 12.5
    }
  ]
}