Back to Freecodecamp

Task 28

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

latest2.1 KB
Original Source
<!-- (audio) Jake: From my experience, SafeGuard is slightly faster. It has more efficient processing, so it doesn't slow down the system as much. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

From my experience, SafeGuard is slightly faster. It has more efficient processing, so it doesn't BLANK the system BLANK.

--blanks--

slow down

--feedback--

This two-word phrase means to reduce speed or make something work more slowly.


as much

--feedback--

This two-word phrase is used for comparison, meaning to the same degree or as heavily.

--explanation--

Slow down means to make something work more slowly or with less efficiency. For example:

Too many background apps can slow down your computer. - This means the computer becomes less responsive.

As much is used to compare two things, meaning to the same extent or degree. For example:

This software doesn't use as much memory as the previous version. - This means the software uses less memory compared to the old one.

--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": 36.64,
      "finishTimestamp": 44.22
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.06,
      "dialogue": {
        "text": "From my experience, Safeguard is slightly faster.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 4.3,
      "finishTime": 8.58,
      "dialogue": {
        "text": "It has more efficient processing, so it doesn't slow down the system as much.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 9.08
    }
  ]
}