Back to Freecodecamp

Task 74

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

latest2.2 KB
Original Source
<!-- (Audio) Jake: Our solution is not only adaptable but also incredibly easy to integrate into any existing infrastructure. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Our solution is not only adaptable but also incredibly easy to BLANK any BLANK BLANK.

--blanks--

integrate into

--feedback--

This two-word phrase means to smoothly add or combine something with a system or structure that is already in place.


existing

--feedback--

This word describes something that is already present or currently in use. It ends with -ing.


infrastructure

--feedback--

This refers to the basic systems, tools, or structures that support a business or organization.

--explanation--

Integrate into means to combine one thing with another so they work well together. For example:

The new tool will integrate into our current workflow. – This means the tool will become part of the way the team already works.

Existing refers to something that already exists. For example:

We need to update the existing software. – This means the software is already there but needs improvement.

Infrastructure refers to the foundational systems or equipment needed for a business to run. For example:

Strong IT infrastructure helps companies stay secure. – This means reliable technology systems support company operations.

--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": 41.76,
      "finishTimestamp": 49.78
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 9.02,
      "dialogue": {
        "text": "Our solution is not only adaptable but also incredibly easy to integrate into any existing infrastructure.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 9.52
    }
  ]
}