Back to Freecodecamp

Task 109

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68568e7afd5f7e406acbd742.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: It will include the costs for the extra personnel and any additional tools we might need. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It will include the costs for the BLANK BLANK and any additional tools we might need.

--blanks--

extra

--feedback--

This word means more than what is usual or currently available.


personnel

--feedback--

This noun refers to the people working on a project or in an organization.

--explanation--

Extra means more than what is currently present or needed in addition. For example:

We need extra laptops for the new team members. – This means more laptops are required.

Personnel refers to the people employed in a company or involved in a task. For example:

The personnel were trained on the new system. – This means the staff received training.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 66.78,
      "finishTimestamp": 71.32
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.54,
      "dialogue": {
        "text": "It will include the costs for the extra personnel and any additional tools we might need.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}