Back to Freecodecamp

Task 71

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

latest2.5 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 isn't just helpful. It's essential for protecting against the BLANK of BLANK BLANK startups today.

--blanks--

wide array

--feedback--

These two words together mean a large and varied group of things.


digital threats

--feedback--

This two-word phrase refers to dangers like viruses, hackers, or data breaches that affect computer systems.


facing

--feedback--

This verb means being encountered or dealt with by someone or something. It ends with -ing.

--explanation--

Wide array means a broad and diverse group or selection. For example:

The app offers a wide array of features. – This means the app includes many different useful tools.

Digital threats are dangers that exist online or in digital systems, such as malware or hacking. For example:

Digital threats can damage systems or steal information. – This means online risks can harm or disrupt technology.

Facing means dealing with or being affected by something. For example:

Startups are facing strong competition. – This means they are currently experiencing or handling competitive pressure.

--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": "GuardianTech 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
    }
  ]
}