Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/67fe82a0e739e448db2ac70f.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Let's think about reducing redundancy. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's think about reducing BLANK.

--blanks--

redundancy

--feedback--

This refers to unnecessary repetition or duplication of something.

--explanation--

Redundancy refers to the repetition or duplication of something that is unnecessary or excessive.

In a business or technical context, reducing redundancy usually means eliminating unnecessary tasks, information, or processes that repeat without adding value. For example:

The company is working on reducing redundancy in its communication systems. – This means they are trying to eliminate repeated or unnecessary parts in their communication systems.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 25.78,
      "finishTimestamp": 27.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.98,
      "dialogue": {
        "text": "Let's think about reducing redundancy.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.48
    }
  ]
}