Back to Freecodecamp

Task 73

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

latest2.1 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 BLANK BLANK BLANK incredibly easy to integrate into any existing infrastructure.

--blanks--

not only

--feedback--

This two-word phrase introduces the first part of a statement that will be followed by something more significant or additional.


adaptable

--feedback--

This adjective means to be able to change or adjust to fit different situations.


but also

--feedback--

This two-word phrase is used to introduce an additional, often stronger or more surprising point after not only.

--explanation--

Not only ... but also ... is a common structure used to emphasize that two related statements are true, with the second often being more surprising or important. For example:

She is not only skilled but also very creative. – This means she has two strong qualities, and both are important.

Adaptable means something can change or adjust easily depending on the situation. For example:

This program is adaptable to different types of teams. – This means it works well in many kinds of settings.

--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
    }
  ]
}