Back to Freecodecamp

Task 33

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: We might need to stick with what we have for now. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What might the team have to do since the company does not have the budget for additional support?

--answers--

Continue working with the current resources.


Look for new team members immediately.

--feedback--

Bob suggests they might not be able to hire more people, since they do not have the budget.


Request more funding from the client.

--feedback--

Bob does not mention asking the client for more money.


Stop the project until they get more resources.

--feedback--

Bob does not say they need to stop the project.

--video-solution--

1

--explanation--

Might need to expresses a possible necessity or obligation, but with some uncertainty. For example:

We might need to reschedule the meeting if the manager is unavailable. - This means rescheduling is a possibility, but not certain.

--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": 46.3,
      "finishTimestamp": 48.58
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "We might need to stick with what we have for now.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}