Back to Freecodecamp

Task 62

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

latest2.1 KB
Original Source
<!-- (Audio) Jake: GuardianTech offers just that, an innovative and flexible suite that grows with your business. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

GuardianTech offers just that, an BLANK and BLANK BLANK that grows with your business.

--blanks--

innovative

--feedback--

This describes something that uses new or creative ideas.


flexible

--feedback--

This describes something that can easily adjust or adapt to change.


suite

--feedback--

This refers to a group or set of related software or tools.

--explanation--

Innovative means introducing original and creative ideas that improve how things are done. For example:

They developed an innovative solution to reduce energy use. – This means their idea was new and effective in solving a problem.

Flexible describes something that can easily change or adjust. For example:

The schedule is flexible, so we can move the meeting if needed. – This shows the plan can adapt based on new situations.

Suite refers to a collection of related software or services packaged together. For example:

The design team uses a suite of graphic tools to complete their work. – This means they use several connected programs for one purpose.

--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": 13.1,
      "finishTimestamp": 19.74
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 7.64,
      "dialogue": {
        "text": "Guardian Tech offers just that, an innovative and flexible suite that grows with your business.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 8.14
    }
  ]
}