Back to Freecodecamp

Task 131

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6763285df9a9b6039696c389.md

latest1.7 KB
Original Source
<!-- (audio) Jake: We're going to monitor the database activity more closely. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We're going to BLANK the database activity more BLANK.

--blanks--

monitor

--feedback--

This word means to watch or check something carefully.


closely

--feedback--

This word means in a careful or detailed way.

--explanation--

The verb monitor means to watch or check something, especially in a business or technical setting. For example:

Managers monitor employee productivity to meet project deadlines. - This means they check progress regularly to make sure work is on track.

Closely means to do something in a careful or detailed way. For example:

The team is reviewing the security logs closely for any unusual activity. - This means they are looking carefully at the logs for problems.

--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": 39.12,
      "finishTimestamp": 41.84
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "We're going to monitor the database activity more closely.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.22
    }
  ]
}