Back to Freecodecamp

Task 47

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Agreed. I'll create a PR with the rollback and some additional logs for debugging. That may help us find what the problem is. -->

--description--

In this task, you'll practice filling in key verbs and adjectives used in technical discussions. Listening carefully to how these words are used in sentences helps you understand and use them correctly.

--fillInTheBlank--

--sentence--

Agreed. I'll BLANK a PR with the rollback and some BLANK logs for BLANK. That may help us find what the problem is.

--blanks--

create

--feedback--

Means to make something new. Here, Sarah talks about making a new PR (Pull Request).


additional

--feedback--

Means extra or more. Sarah is talking about adding more logs for more information.


debugging

--feedback--

The process of finding and fixing problems. Sarah plans to use extra logs to help with this process.

--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": 25.18,
      "finishTimestamp": 31.76
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 7.58,
      "dialogue": {
        "text": "Agreed. I'll create a PR with the rollback and some additional logs for debugging. That may help us find what the problem is.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.08
    }
  ]
}