Back to Freecodecamp

Task 1

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: Hey, Sarah. I was checking the branch we worked on yesterday when I saw a problem. -->

--description--

In software development, a branch is like a separate line of development. Think of it as a way to work on different versions of a project at the same time.

For instance, one branch can be for new features, while another is for fixing bugs.

--fillInTheBlank--

--sentence--

Hey, Sarah. I was checking the BLANK we worked on BLANK when I saw a problem.

--blanks--

branch

--feedback--

A version of the project where specific changes are made.


yesterday

--feedback--

The day before today.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.3
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.3,
      "dialogue": {
        "text": "Hey, Sarah. I was checking the branch we worked on yesterday when I saw a problem.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.8
    }
  ]
}