Back to Freecodecamp

Task 11

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

latest2.2 KB
Original Source
<!-- (Audio) Bob: I know, but I'm wondering if there's anything we could do to speed things up. Maybe move some tasks around or prioritize the most important ones? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob suggesting they do to finish the project one week earlier?

--answers--

Extend the deadline.

--feedback--

Bob is trying to speed things up, not delay the deadline.


Hire more team members.

--feedback--

Bob does not mention adding more people to the team.


Move some tasks around or prioritize the most important ones.


Work fewer hours to avoid burnout.

--feedback--

Bob does not suggest reducing work hours.

--video-solution--

3

--explanation--

Even though Bob's sentence does not use a direct grammatical structure for making a suggestion, the way he phrases the question implies one. Maybe at the start of the question introduces possible actions, which can be interpreted as suggestions. For example:

Maybe we could try a different approach. - This is not a direct suggestion, but it implies an idea for consideration - trying a different approach.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 11.66,
      "finishTimestamp": 19.98
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.78,
      "dialogue": {
        "text": "I know, but I'm wondering if there's anything we could do to speed things up.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.22,
      "finishTime": 9.32,
      "dialogue": {
        "text": "Maybe move some tasks around or prioritize the most important ones?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 9.82
    }
  ]
}