Back to Freecodecamp

Task 111

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6761f0dc81967cbbe1118dae.md

latest1.9 KB
Original Source
<!-- (audio) Maria: I agree. We've been noticing some unusual queries in the logs. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Maria agree with Jake?

--answers--

Because the database is completely secure.

--feedback--

Maria does not say the database is secure. She agrees with Jake about needing additional measures.


Because she noticed unusual queries in the logs.


Because they have already fixed the problem.

--feedback--

Maria mentions noticing unusual queries, which suggests the problem is not yet fixed.


Because there are no issues in the logs.

--feedback--

Maria says the opposite: there are unusual queries in the logs.

--video-solution--

2

--explanation--

Maria agrees with Jake because she has evidence that supports his concern about database security.

She mentions noticing unusual queries in the logs, which means some unexpected or suspicious requests were recorded.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 7.1,
      "finishTimestamp": 10.36
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 1.64,
      "dialogue": {
        "text": "I agree.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 1.64,
      "finishTime": 4.26,
      "dialogue": {
        "text": "We've been noticing some unusual queries in the logs.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}