Back to Freecodecamp

Task 81

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6855379f08f9c0b1248dc38c.md

latest2.2 KB
Original Source
<!-- (Audio) Maria: For the tasks planned, I think adding two more by the start of the quarter will be sufficient. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

For the BLANK, I think adding BLANK by the start of the quarter will be BLANK.

--blanks--

tasks planned

--feedback--

These two words refer to the work that has already been scheduled or assigned. The second word ends with -ed.


two more

--feedback--

These two words mean adding two additional people or items.


sufficient

--feedback--

This word means enough to meet the need or requirement.

--explanation--

Tasks planned refers to jobs or responsibilities that are already decided and expected to be done. For example:

The tasks planned for next week include testing and debugging. – This shows what is scheduled.

Two more combines a number with more to show an increase in quantity. In resource discussions, this is a common way to talk about how many additional people or items are needed. For example:

We need two more developers to finish the sprint. – This means two extra team members are required to meet the goal.

Sufficient means enough to meet a requirement. For example:

One hour should be sufficient for the meeting. – This means one hour is likely enough.

--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": 27.06,
      "finishTimestamp": 31.24
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.78,
      "dialogue": {
        "text": "For the tasks planned, I think adding two more by the start of the quarter will be sufficient.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.28
    }
  ]
}