Back to Freecodecamp

Task 53

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

latest2.3 KB
Original Source
<!-- (Audio) Brian: True, but if we ignore different perspectives, we could end up with a less effective solution. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could happen if different perspectives are ignored?

--answers--

The solution will always be perfect.

--feedback--

Brian argues that ignoring perspectives could result in the opposite.


The solution might be less effective.


There will be no solution at all.

--feedback--

Brian does not say that ignoring perspectives will prevent finding a solution.


Everyone will agree without any issues.

--feedback--

Brian does not say that ignoring perspectives will lead to agreement.

--video-solution--

2

--explanation--

To ignore in this context means to overlook or not consider something. For example:

If you ignore customer feedback, you might lose business. - This means that failing to consider customer opinions could have negative consequences.

To end up with something means to eventually arrive at a certain result or outcome, often unexpectedly. For example:

If you don't plan well, you could end up with a rushed project. - This means that poor planning could lead to a last-minute, unorganized result.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-2.mp3",
      "startTime": 1,
      "startTimestamp": 25.96,
      "finishTimestamp": 31.72
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.98,
      "dialogue": {
        "text": "True, but if we ignore different perspectives,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.3,
      "finishTime": 6.76,
      "dialogue": {
        "text": "we could end up with a less effective solution.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.26
    }
  ]
}