Back to Freecodecamp

Task 50

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

latest1.9 KB
Original Source
<!-- (Audio) Lisa: If we want to meet our deadlines, we need to work together. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Lisa's argument against disagreement?

--answers--

She says that deadlines are not important.

--feedback--

Lisa emphasizes the importance of meeting deadlines, not ignoring them.


She says that disagreement is never useful.

--feedback--

Lisa's issue is not with disagreement, but with it being excessive.


She says that working alone is the best solution.

--feedback--

Lisa encourages collaboration, not working alone.


She says that teamwork is necessary to meet deadlines and excessive disagreement might be a problem.

--video-solution--

4

--explanation--

Lisa's sentence expresses a general fact about teamwork and deadlines.

Conditional sentences where both clauses (the if clause and the consequence clause) use the Present Simple tense describe general truths or habitual actions. For example:

If you exercise regularly, you stay healthy. - This means that exercising regularly leads to good health as a general truth.

--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": 23.56,
      "finishTimestamp": 25.96
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "If we want to meet our deadlines, we need to work together.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.9
    }
  ]
}