Back to Freecodecamp

Task 94

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d335555cd5b22b2c0b8a4.md

latest1.5 KB
Original Source
<!-- (Audio) Maria: We need to find a solution without causing too much disruption. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We need to find a solution without causing too much BLANK.

--blanks--

disruption

--feedback--

This word refers to an interruption or disturbance that affects normal operations.

--explanation--

Disruption means an interruption or disturbance that affects normal operations. It can refer to delays, downtime, or workflow interruptions. For example:

The team deployed the update at night to minimize disruption for users. - This means they scheduled the update to avoid interfering with users' activities.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 32.06,
      "finishTimestamp": 35
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "We need to find a solution without causing too much disruption.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.44
    }
  ]
}