Back to Freecodecamp

Task 5

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

latest2.2 KB
Original Source
<!-- (Audio) Bob: Hey, Sarah. I was checking the branch we worked on yesterday when I saw a problem. I think we should open an issue on GitHub. -->

--description--

Bob's statement uses the past continuous tense I was checking to describe an action that was ongoing in the past.

You can create sentences in the past continuous by combining the verb to be in the past was or were + verb + ing.

He also uses the modal verb should to suggest a course of action.

--questions--

--text--

What does Bob want to communicate in his sentence?

--answers--

He was continuously working on the issue and is certain they must open an issue

--feedback--

Bob was checking the branch, not continuously working on the issue, and should is used for suggestions.


He was in the process of checking the branch and thinks opening an issue is a good idea


He finished checking the branch and is not sure about opening an issue

--feedback--

Bob was still in the process of checking and he suggests opening an issue with should.


He started checking the branch and doesn't think it's necessary to open an issue

--feedback--

Bob was already checking the branch and actually suggests opening an issue.

--video-solution--

2

--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": 6.84
    }
  },
  "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",
      "startTime": 5.54,
      "finishTime": 7.84,
      "dialogue": {
        "text": "I think we should open an issue on GitHub.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.34
    }
  ]
}