Back to Freecodecamp

Task 75

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: By next month, we'll need at least five more to handle the back-end integration. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

By next month, we'll need at least five more to BLANK the BLANK.

--blanks--

handle

--feedback--

This verb means to take care of something or manage a task or problem.


back-end integration

--feedback--

These two words refer to connecting the behind-the-scenes parts of a system or software. The first one is a compound word, remember to use -.

--explanation--

Handle means to take responsibility or manage something. For example:

She will handle all client emails today. – This means she will manage that task.

Back-end integration refers to connecting and coordinating the internal systems of an application so they work together. For example:

We need back-end integration to link the database with the server. – This means connecting internal tech parts.

--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": 15.38,
      "finishTimestamp": 19.12
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "By next month, we'll need at least five more to handle the back-end integration.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}