Back to Freecodecamp

Task 91

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68556efc1986950ad3fb5a0d.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 around mid-quarter to ensure BLANK BLANK.

--blanks--

thorough

--feedback--

This word means complete and detailed, with nothing missed.


coverage

--feedback--

This word refers to how fully something is reviewed, tested, or included.

--explanation--

Thorough means done with great care and attention to detail. For example:

She gave the code a thorough review. – This means she looked at it very carefully.

Coverage refers to how much of something is included, tested, or handled. For example:

The testing coverage for the new feature was excellent. – This means many parts of the feature were tested.

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