Back to Freecodecamp

Task 74

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That might help, but we also need more BLANK on BLANK.

--blanks--

hands

--feedback--

This refers to people available to help with work.


deck

--feedback--

This originally refers to the surface of a ship, but in this phrase, it means a workplace or situation that requires teamwork.

--explanation--

Hands on deck means that more people are needed to help with a task or situation. It comes from sailing, where all crew members were needed on the ship's deck to handle an urgent situation. For example:

We have a tight deadline, so we need all hands on deck. - This means everyone must help to complete the work on time.

--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
    }
  ]
}