Back to Freecodecamp

Task 50

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675d177b1b7aca23c7f1b6d9.md

latest2.1 KB
Original Source
<!-- (audio) Alice: Yes, it should. But something's going wrong. Are you going to check the server logs to find out what happened? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, it should. But something's going wrong. Are you going to check the BLANK BLANK to find out what happened?

--blanks--

server

--feedback--

This word refers to a computer system or software that provides data or services to other computers over a network.


logs

--feedback--

It refers to records or files that automatically track events, processes, or activities on a system, such as error messages or system updates.

--explanation--

Logs refer to recorded data that a system keeps to track events and actions. They are very helpful for finding out what happened during a process or diagnosing problems. For example:

The IT team checked the system logs to find out why the server crashed. - Here, logs are used to track and record system activity, helping the team understand what caused the server failure.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 21.6,
      "finishTimestamp": 26.16
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.02,
      "dialogue": {
        "text": "Yes, it should, but something's going wrong.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 3.22,
      "finishTime": 5.56,
      "dialogue": {
        "text": "Are you going to check the server logs to find out what happened?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.06
    }
  ]
}