Back to Freecodecamp

Task 60

curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/65b2bb073ac8d03dfe507810.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: It happens to all of us, Maria. I'll make sure to document this for future reference, so we won't run into the same problem again. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Why does Tom want to document the issue?

--answers--

To help prevent the same issue in the future


To remember the problem for his personal notes

--feedback--

Tom's purpose is not focused only on his individual needs.


Because he enjoys writing documentation

--feedback--

Tom's reason is not related to enjoyment.


To share the issue with people outside his team

--feedback--

He is focused on his team.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 13.5,
      "finishTimestamp": 19.8
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.3,
      "dialogue": {
        "text": "It happens to all of us, Maria. I'll make sure to document this for future reference, so we won't run into the same problem again.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.8
    }
  ]
}