Back to Freecodecamp

Task 89

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What would the team like to have more frequently?

--answers--

More regular meetings to review progress.


Longer deadlines for their projects.

--feedback--

James does not mention deadlines.


Fewer responsibilities in their tasks.

--feedback--

James does not say they want fewer responsibilities.


More flexibility in their work schedule.

--feedback--

James talks about meetings, not work schedules.

--video-solution--

1

--explanation--

James uses the Second Conditional structure (It'd be great if we had...) to talk about a hypothetical situation.

The structure of the Second Conditional is: It would + base verb... if + subject + verb in the Simple Past. 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.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 54.42,
      "finishTimestamp": 56.92
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "It'd be great if we had more regular check-ins.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4
    }
  ]
}