Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6798f2c7b42ba3ff406ffc65.md

latest2.9 KB
Original Source
<!-- (Audio) Lisa: I noticed that too. If everyone has a different opinion, it could be difficult to make progress. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What problem does Lisa think a lot of different opinions could bring?

--answers--

It could improve collaboration on the project.

--feedback--

Lisa implies that too many differing opinions could create challenges, not improve collaboration.


It could make it difficult to make progress.


It could make people stop sharing their opinions.

--feedback--

Lisa is talking about how different opinions might affect progress, not about stopping people from sharing their opinions.


It could make decision-making easier.

--feedback--

Lisa suggests that differing opinions could make decision-making harder, not easier.

--video-solution--

2

--explanation--

To make progress means to move forward or achieve improvement in a task or goal. For example:

The team made significant progress on the project last week. - This means the team achieved improvements or completed important parts of the project.

Everyone is a singular pronoun that refers to all people in a group. The verb that follows it is in the third-person singular form, like has in this dialogue. For example:

Everyone knows the importance of teamwork. - The singular verb knows matches the singular pronoun everyone.

The sentence contains a mixed conditional structure where the if clause uses the first conditional (If everyone has a different opinion) and the consequence uses could to express a future possibility (it could be difficult to make progress). This is acceptable, as could softens the statement. For example:

If the weather improves, we could go to the park later. - This expresses a possible future action if the condition (weather improving) is met.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-2.mp3",
      "startTime": 1,
      "startTimestamp": 7.46,
      "finishTimestamp": 12
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.28,
      "dialogue": {
        "text": "I noticed that too.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 2.4,
      "finishTime": 5.54,
      "dialogue": {
        "text": "If everyone has a different opinion, it could be difficult to make progress.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}