Back to Freecodecamp

Task 132

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is going to be monitored?

--answers--

The database activity


The server performance

--feedback--

Jake does not mention monitoring the server performance.


The team's tasks

--feedback--

Jake does not talk about monitoring the team's tasks.


The system logs

--feedback--

Jake does not say anything about monitoring system logs.

--video-solution--

1

--explanation--

Database refers to a system where data is stored and organized.

Activity refers to the actions or processes happening in the database.

  • The database contains customer information and order details. - This means the database stores important business data.

  • There was unusual activity in the database last night. - This means something unexpected happened in the database.

Together, database activity means all the actions, changes, or processes happening within the database system.

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