Back to Freecodecamp

Task 63

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

latest1.7 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 innovative and flexible suite that BLANK your business.

--blanks--

grows with

--feedback--

This two-word phrase means to expand or develop at the same time as something else. The first word ends with -s.

--explanation--

Grows with means something develops or expands alongside another thing over time. For example:

  • This software grows with your company as it adds new employees. – This means the software can handle more users as the company expands.

  • Her skills grew with each new project. – This shows that as she worked on more tasks, her abilities improved too.

--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.0,
      "finishTimestamp": 19.74
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 7.74,
      "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.24
    }
  ]
}