Back to Freecodecamp

Task 50

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

latest1.3 KB
Original Source
<!-- (Audio) Maria: Hey, Tom. I saw that you've fixed the issue on GitHub. Great job! -->

--description--

The present perfect tense is used to describe actions that have a connection to the present.

--fillInTheBlank--

--sentence--

Hey, Tom. I BLANK that you've BLANK the issue on GitHub. Great BLANK!

--blanks--

saw

--feedback--

The past of see.


fixed

--feedback--

The past participle of fix.


job

--feedback--

This sentence is used to congratulate someone on their work.

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.8
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.8,
      "dialogue": {
        "text": "Hey, Tom. I saw that you've fixed the issue on GitHub. Great job.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.3
    }
  ]
}