Back to Freecodecamp

Task 104

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e5f36243f4cfc7304fc25.md

latest1.7 KB
Original Source
<!-- (audio) James: Reporting helps us address issues effectively. -->

--description--

To report something means to give information about an event, problem, or situation to the right person or authority. At work, this often means telling a manager, HR, or the security team about an issue so it can be solved. For example:

I reported the broken printer to the IT department. - This means the person told IT about the problem so they could fix it.

Reporting is important because it makes sure problems are not ignored and can be handled effectively.

--questions--

--text--

Why does James say it's important to report security incidents?

--answers--

To create more work.

--feedback--

Reporting is about addressing issues, not creating work.


Because it's fun.

--feedback--

Reporting is serious, not for fun.


To solve problems effectively.


To get extra breaks.

--feedback--

Reporting is for safety, not for extra breaks.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 49.9,
      "finishTimestamp": 53.16
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "Reporting helps us address issues effectively.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}