Back to Freecodecamp

Task 68

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

latest1.8 KB
Original Source
<!-- (Audio) Alice: Maybe consider emphasizing how essential these features are? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Maybe consider BLANK BLANK these features are?

--blanks--

emphasizing

--feedback--

This verb means to show that something is especially important. It ends with -ing.


how essential

--feedback--

These two words together express the degree to which something is necessary or required.

--explanation--

Emphasizing means giving special attention or importance to something. For example:

He kept emphasizing the need for clear communication. – This means he repeatedly pointed out how important clear communication is.

How essential means explaining or showing how necessary or critical something is. For example:

She explained how essential teamwork is for the project. – This means she showed that teamwork is very important for success.

--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": 26.82,
      "finishTimestamp": 29.8
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.98,
      "dialogue": {
        "text": "Maybe consider emphasizing how essential these features are?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.48
    }
  ]
}