Back to Freecodecamp

Task 21

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: Well, I was adding a new feature. While I was pushing it, I noticed that some of the tests were failing. -->

--description--

In this dialogue, Bob uses the past continuous tense to describe ongoing actions in the past.

--fillInTheBlank--

--sentence--

Well, I was BLANK a new feature. While I was BLANK it, I noticed that some of the tests were failing.

--blanks--

adding

--feedback--

The verb is to add. Remember to conjugate it.


pushing

--feedback--

The verb is to push. Remember to conjugate it.

--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": 20.74,
      "finishTimestamp": 25.96
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.22,
      "dialogue": {
        "text": "Well, I was adding a new feature. While I was pushing it, I noticed that some of the tests were failing.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.72
    }
  ]
}