Back to Freecodecamp

Task 66

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

latest2.1 KB
Original Source
<!-- (Audio) Alice: That sounds really good, Jake. You used "robust" and "cost-effective" which highlights the most important qualities right away. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That sounds really good, Jake. You used "robust" and "cost-effective" which BLANK the BLANK qualities BLANK.

--blanks--

highlights

--feedback--

This verb means to draw special attention to something or make it stand out. It ends with -s.


most important

--feedback--

This two-word phrase refers to the top or key things among a group of items.


right away

--feedback--

This two-word phrase means immediately or without delay.

--explanation--

Highlights means to bring attention to something as especially important. For example:

The report highlights key trends in the market. – This means the report focuses attention on the most important patterns.

Most important refers to what matters the most or has the highest value in a group. For example:

The most important factor is safety. – This means safety is more important than the others.

Right away means something happens immediately. For example:

She answered the email right away. – This means she replied without waiting.

--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": 19.74,
      "finishTimestamp": 26.42
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 7.68,
      "dialogue": {
        "text": "That sounds really good, Jake. You used 'robust' and 'cost-effective', which highlights the most important qualities right away.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 8.18
    }
  ]
}