Back to Freecodecamp

Task 52

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

latest2.0 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 complete the sentence below.

--fillInTheBlank--

--sentence--

True, but if we ignore different BLANK, we could end up with a less BLANK solution.

--blanks--

perspectives

--feedback--

This word refers to different ways of thinking about or understanding something.


effective

--feedback--

This word means producing the desired result or working well.

--explanation--

Perspectives in this context means different opinions, viewpoints, or ways of understanding a situation. For example:

It's important to consider different perspectives before making a decision. - This means that looking at a situation from multiple viewpoints helps in decision-making.

Effective means something that successfully achieves its goal or works well. For example:

The new marketing strategy was very effective in increasing sales. - This means the strategy produced the desired results.

--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
    }
  ]
}