Back to Freecodecamp

Task 93

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

latest2.0 KB
Original Source
<!-- (Audio) Maria: I'll suggest having more regular check-ins with the team to improve communication. Would that help? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria want to know?

--answers--

If the team has already solved the communication issues.

--feedback--

Maria is not asking if the problem is already fixed.


If having more check-ins would be useful.


If James can schedule the check-ins himself.

--feedback--

Maria is not assigning tasks to James.


If Bob already approved the check-ins.

--feedback--

Maria does not mention Bob's approval.

--video-solution--

2

--explanation--

Would is used here to ask a hypothetical question about a possible future outcome. It suggests Maria is unsure and wants to know if her idea might be effective. For example:

Would moving the deadline help the team finish on time? - This means you are asking about a possible effect of changing the deadline.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 57.92,
      "finishTimestamp": 62.14
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "I'll suggest having more regular check-ins with the team",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.42,
      "finishTime": 5.22,
      "dialogue": {
        "text": "to improve communication. Would that help?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}