Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685582341853d8b6d4009d56.md

latest1.3 KB
Original Source
<!-- (Audio) Linda: Users often overlook them. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Users often BLANK them.

--blanks--

overlook

--feedback--

This means to miss or fail to notice something.

--explanation--

To overlook means to fail to notice or pay attention to something. For example:

He overlooked a small error in the report. – This means he didn't see or realize the mistake was there.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 22.80,
      "finishTimestamp": 24.76
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 1.96,
      "dialogue": {
        "text": "Users often overlook them.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 2.46
    }
  ]
}