Back to Freecodecamp

Task 110

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

latest1.8 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 extra personnel and BLANK additional tools we BLANK need.

--blanks--

any

--feedback--

This word refers to an unspecified amount or type, meaning it could be one or more items.


might

--feedback--

This word shows possibility — something is not certain but could happen or be needed.

--explanation--

Any is used to refer to one or more of something, without being specific. For example:

Let me know if you have any questions. – This means one or more possible questions.

Might shows that something is possible, but not definite. For example:

We might need more time to finish. – This means there is a chance extra time will be required.

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