Back to Freecodecamp

Task 120

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6823133d41a0000d76ebe2d7.md

latest1.7 KB
Original Source
<!-- (Audio) James: It can handle more data now, which is much better. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It can BLANK more data now, which is BLANK.

--blanks--

handle

--feedback--

This verb means to manage, process, or deal with something successfully.


much better

--feedback--

This two-word phrase is used to show a strong improvement compared to before.

--explanation--

Handle means to manage or deal with something effectively. For example:

The server can handle more user requests. – It can manage a higher number of tasks without problems.

Much better is used to describe a big improvement in quality, performance, or experience. For example:

The new tool works much better than the old one. – It performs at a noticeably higher level than before.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 28.28,
      "finishTimestamp": 31.58
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "It can handle more data now, which is much better.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}