Back to Freecodecamp

Task 38

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Well, I was investigating the code when I saw that the problem might be related to the recent updates. -->

--description--

To investigate means to carefully examine something, and to be related to means to be connected or associated with something. For example:

He is investigating the error in the program

Her success is related to her hard work.

--fillInTheBlank--

--sentence--

Well, I was BLANK the code when I saw that the problem might be BLANK to the recent updates.

--blanks--

investigating

--feedback--

Means to carefully examine or look into something in detail. This verb ends with -ing


related

--feedback--

Means to have a connection or association with something.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 11.96,
      "finishTimestamp": 16.64
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.68,
      "dialogue": {
        "text": "Well, I was investigating the code when I saw that the problem might be related to the recent updates.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.18
    }
  ]
}