Back to Freecodecamp

Task 91

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6820a6c4c709b943f6ee9c1e.md

latest2.4 KB
Original Source
<!-- (Audio) Jake: As your startup grows, GuardianTech scales effortlessly to meet increasing demands, ensuring a secure, sustainable digital environment. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

As your startup grows, GuardianTech scales effortlessly to meet increasing demands, ensuring a BLANK, BLANK digital environment.

--blanks--

secure

--feedback--

This adjective means protected from danger, risk, or unauthorized access.


sustainable

--feedback--

This adjective means being able to continue over time without causing harm or running out of resources.

--explanation--

Secure means safe and protected, especially from digital threats or data breaches. For example:

The company uses secure systems to protect customer data. – This means their systems are designed to keep information safe.

Sustainable means something that can last or continue long-term without negative impact. For example:

We aim to build a sustainable business model. – This means a plan that can work well over time.

The order secure, sustainable is important because security is a basic requirement before something can be maintained long-term. A digital environment must first be protected (secure) before it can reliably continue to grow or operate over time (sustainable).

Switching the order could suggest focusing on long-term growth before ensuring safety, which is less logical in most tech or business contexts.

--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": 84.5,
      "finishTimestamp": 94.66
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 11.16,
      "dialogue": {
        "text": "As your startup grows, GuardianTech scales effortlessly to meet increasing demands ensuring a secure, sustainable digital environment.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 11.66
    }
  ]
}