Back to Freecodecamp

Task 77

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68552e1b1d12c8a1c0e6a60f.md

latest1.8 KB
Original Source
<!-- (Audio) David: All right. Do we have enough designers for the new user interface changes scheduled for the end of the quarter? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

All right. Do we have BLANK designers BLANK the new user interface changes scheduled for the end of the quarter?

--blanks--

enough

--feedback--

This word is used to ask if the quantity is sufficient.


for

--feedback--

This preposition links the designers to the task they are needed to complete.

--explanation--

Enough means having as much as is needed or required. For example:

Do we have enough time to finish the project? – This means asking if the time available is sufficient.

For can be used to show the purpose or goal that something is related to. For example:

This budget is for the upcoming product launch. – This means the budget is meant to support that event.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.36,
      "finishTimestamp": 24.9
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 6.54,
      "dialogue": {
        "text": "All right. Do we have enough designers for the new user interface changes scheduled for the end of the quarter?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}