Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/66384d37bfbd344d5c647fbd.md

latest1.8 KB
Original Source
<!-- (Audio) Lisa: It's especially useful when we need to handle variable workloads and want to save on server management tasks. -->

--description--

Save on means to reduce the amount of something, like time, money, or effort. For example, By shopping during the sale, she saved on clothing expenses. It shows a past action of reducing spending on clothes.

--fillInTheBlank--

--sentence--

It's especially useful when we need to handle variable workloads and want to BLANK BLANK server management tasks.

--blanks--

save

--feedback--

This word means to reduce something, such as money or time, often used when talking about reducing costs.


on

--feedback--

This preposition is used to link the verb with what is being reduced — in this case, the tasks related to server management.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 25.82,
      "finishTimestamp": 31.64
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "It's especially useful when we need to handle variable workloads",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 4.36,
      "finishTime": 6.82,
      "dialogue": {
        "text": "and want to save on server management tasks.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 7.32
    }
  ]
}