Back to Freecodecamp

Task 89

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68556cf0bea547fbadf0a8a6.md

latest1.8 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 double our testing team from four to eight BLANK BLANK to ensure thorough coverage.

--blanks--

around

--feedback--

This word means approximately or near a certain time.


mid-quarter

--feedback--

This word refers to the middle part of a three-month business period. This is a compound word. Remember to use -.

--explanation--

Around means approximately or close to time or place. For example:

We plan to deploy the update around Friday. – This means near that day, not exactly.

Mid-quarter refers to the middle point of a three-month business period. For example:

The review will happen in mid-quarter. – This means it will take place halfway through the current quarter.

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