Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67c984f120bc8d71feaaca6f.md

latest2.0 KB
Original Source
<!-- (audio) Jake: SecureSoft is good, but it can be a bit sluggish when handling large data sets. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

SecureSoft is good, but it can be BLANK BLANK when BLANK large data sets.

--blanks--

a bit

--feedback--

This two-word phrase means slightly or to a small degree.


sluggish

--feedback--

This means slow or unresponsive.


handling

--feedback--

This refers to how something processes or manages tasks. It ends with -ing.

--explanation--

A bit means slightly or to a small extent. For example:

This program is a bit complicated to use at first. - This means the program is only slightly difficult.

Sluggish means slow or lacking speed. For example:

My computer feels sluggish when too many programs are open. - Here, sluggish means the computer is slow to respond.

Handling refers to how a system or person manages tasks. For example:

This software is great at handling large amounts of data efficiently. - This means the software is processing or managing something effectively.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 44.56,
      "finishTimestamp": 49.01
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.45,
      "dialogue": {
        "text": "SecureSoft is good, but it can be a bit sluggish when handling large datasets.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.95
    }
  ]
}