Back to Freecodecamp

Task 87

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68556317773f19dee7e82883.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: I suggest we double our testing team from four to eight around mid-quarter to ensure thorough coverage. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I suggest we BLANK our BLANK from four to eight around mid-quarter to ensure thorough coverage.

--blanks--

double

--feedback--

This verb means to increase something to twice its original amount.


testing team

--feedback--

This two-word phrase refers to the group responsible for checking if the product works correctly. The first word ends with -ing.

--explanation--

Double means to increase something two times its current size or amount. For example:

We need to double the storage space for the new version. – This means making the space twice as large.

Testing team refers to the group of people who check software or systems for errors and quality. For example:

The testing team found several bugs before launch. – This means the group reviewed the product carefully.

--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": 38.4,
      "finishTimestamp": 43.94
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.54,
      "dialogue": {
        "text": "I suggest we double our testing team from four to eight around mid-quarter to ensure thorough coverage.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}