Back to Freecodecamp

Task 75

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

latest1.7 KB
Original Source
<!-- (Audio) James: That might help, but we also need more hands on deck. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does James think the team needs?

--answers--

A longer deadline.

--feedback--

James does not mention changing the deadline.


Fewer tasks to complete.

--feedback--

James does not suggest reducing tasks.


More people to help with the work.


A break from the project.

--feedback--

James is not focused on stopping the work.

--video-solution--

3

--explanation--

That might help, but... is used to acknowledge that an idea could be useful while introducing an additional concern or need. For example:

Taking notes might help, but you should also ask questions if you're confused. - This means that note-taking is useful, but it may not be enough.

--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": 31.82,
      "finishTimestamp": 34.84
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "That might help, but we also need more hands on deck.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}