Back to Freecodecamp

Task 31

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

latest1.8 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 answer the question below.

--questions--

--text--

What is Jake's concern about SecureSoft?

--answers--

It has security issues.

--feedback--

Jake does not mention security.


It is difficult to use.

--feedback--

Jake does not say SecureSoft is hard to use.


It slows down when processing large data sets.


It lacks important features.

--feedback--

Jake does not say SecureSoft is missing features.

--video-solution--

3

--explanation--

Jake mentions that SecureSoft can be a bit sluggish when handling large data sets, which means it becomes slower when processing a lot of information.

His concern is about performance, specifically that the software does not run as efficiently when dealing with large amounts of data. He does not mention security, usability, or missing features.

--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
    }
  ]
}