Back to Freecodecamp

Task 47

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

latest2.4 KB
Original Source
<!-- (Audio) Brian: If we all agreed on everything, we might miss important details, don't you think? Lisa: I understand, but sometimes too much disagreement can slow things down. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Brian: If we all agreed on everything, we might miss important details, don't you think?

Lisa: I understand, but sometimes too much disagreement can BLANK things BLANK.

--blanks--

slow

--feedback--

This word means to reduce speed or progress.


down

--feedback--

This word is used with slow to indicate a decrease in movement or efficiency.

--explanation--

To slow something down means to reduce speed or progress, making something take longer. For example:

The heavy traffic slowed us down on our way to work. - This means the traffic made the trip take longer than usual.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-2.mp3",
      "startTime": 1,
      "startTimestamp": 15.4,
      "finishTimestamp": 23.32
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.98,
      "dialogue": {
        "text": "If we all agreed on everything, we might miss important details,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.26,
      "finishTime": 4.84,
      "dialogue": {
        "text": "don't you think?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.14
    },
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 5.14
    },
    {
      "character": "Lisa",
      "startTime": 5.44,
      "finishTime": 8.92,
      "dialogue": {
        "text": "I understand, but sometimes too much disagreement can slow things down.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 9.42
    }
  ]
}