Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67c9682cf9e46c6275e57ac0.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--

BLANK, SafeGuard is BLANK faster. It has more efficient processing, so it doesn't slow down the system as much.

--blanks--

From my experience

--feedback--

This three-word phrase introduces a personal opinion based on past knowledge or observations. The first letter of the first word is capitalized.


slightly

--feedback--

This means a little or to a small degree.

--explanation--

From my experience is used when sharing personal knowledge or observations about something. For example:

From my experience, working in a team leads to better results. - Here, from my experience means you have seen this happen before.

Slightly means a little or not much. For example:

This version of the software is slightly faster than the previous one. - Here, slightly means the speed difference is small but noticeable.

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