Back to Freecodecamp

Task 132

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67caf5e0c1c585d0f0e47b94.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: It'd be helpful if we had more regular check-ins. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What other thing did the team suggest, according to Maria?

--answers--

Having fewer meetings.

--feedback--

Maria does not suggest fewer meetings.


Scheduling more frequent check-ins.


Extending the project deadline.

--feedback--

Maria does not mention changing the deadline.


Reducing the number of tasks.

--feedback--

Maria does not mention decreasing tasks.

--video-solution--

2

--explanation--

You use the Second Conditional structure (in Maria's speech, It'd be helpful if we had...) to describe a hypothetical situation. The structure of the second conditional is It would + base verb ... if + subject + verb in Past Simple. It is used to describe unreal or hypothetical situations in the present or future. For example:

We would finish earlier if we had more team members. - This means they don't have more team members, but if they did, they could finish earlier. We're talking about a hypothesis.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 40.42,
      "finishTimestamp": 42.58
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "It'd be helpful if we had more regular check-ins.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}