Back to Freecodecamp

Task 133

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67632cefda53f021ab6ecfb4.md

latest1.6 KB
Original Source
<!-- (audio) This will help us catch any suspicious patterns early. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

This will BLANK BLANK BLANK any suspicious patterns early.

--blanks--

help

--feedback--

This word means to assist or make something easier.


us

--feedback--

This word refers to the group or team being talked about.


catch

--feedback--

This word means to find or notice something.

--explanation--

Help means to make it easier to do something or to provide assistance.

Catch means to find, notice, or identify something. For example:

The system is designed to catch errors in real-time. - This means the system finds mistakes as they happen.

Help us catch means to assist in identifying something.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 41.96,
      "finishTimestamp": 45.08
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.12,
      "dialogue": {
        "text": "This will help us catch any suspicious patterns early.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.62
    }
  ]
}