Back to Freecodecamp

Task 120

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f623ba313ba40411851488.md

latest1.7 KB
Original Source
<!-- (audio) Brian: The team might have overlooked some key protocols. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The team BLANK BLANK some key protocols.

--blanks--

might have

--feedback--

The first word expresses a possibility, and the second one is used in perfect tenses, combining with a Past Participle to refer to past actions.


overlooked

--feedback--

This word means to miss or fail to notice something.

--explanation--

Might have is used to talk about past possibilities.

Overlooked means to miss or ignore something important.

Together, might have overlooked means there is a possibility that the team failed to notice something important. For example:

We might have overlooked a small bug in the code. - Maybe the team didn't see a small mistake in the code.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 14.10,
      "finishTimestamp": 16.66
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "The team might have overlooked some key protocols.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.06
    }
  ]
}