Back to Freecodecamp

Task 140

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68246eec03b8733abd0285ec.md

latest1.7 KB
Original Source
<!-- (Audio) James: Definitely. The new version can support more users and handle more actions at once. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Definitely. The new version can BLANK more users and handle more actions BLANK.

--blanks--

support

--feedback--

This verb means to allow or manage something, especially the ability to handle users or actions.


at once

--feedback--

This two-word phrase means at the same time or all together.

--explanation--

Support means to handle or allow something to function properly. For example:

The app can support 1,000 users at the same time. – It can handle that number without crashing.

At once means doing several things at the same time. For example:

The software can open many files at once. – All the files open together, not one by one.

--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": 76.66,
      "finishTimestamp": 81.18
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.52,
      "dialogue": {
        "text": "Definitely. The new version can support more users and handle more actions at once.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}