Back to Freecodecamp

Task 78

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

latest1.9 KB
Original Source
<!-- (Audio) Alice: When you talk about integration, maybe specify what makes it easy? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

When you talk about integration, maybe BLANK BLANK easy?

--blanks--

specify

--feedback--

This verb means to clearly state or give details about something.


what makes it

--feedback--

These three words together refer to the reason or feature that causes something to be a certain way.

--explanation--

Specify means to clearly state or describe something in detail. For example:

Please specify the time and place of the meeting. – This means to say exactly when and where the meeting will be.

What makes it is a noun clause. A group of words that acts like a noun in the sentence. It explains the reason or cause behind something. For example:

She described what makes it so effective. – This means she explained the reason why something is effective. Here, the clause what makes it so effective functions as the object of the verb described.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-2.mp3",
      "startTime": 1,
      "startTimestamp": 54.94,
      "finishTimestamp": 58.42
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "When you talk about integration, maybe specify what makes it easy?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}