Back to Freecodecamp

Task 51

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

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

--description--

Already suggests something has happened sooner than expected, while never means something has not happened at any time in the past.

--questions--

--text--

Has Tom already fixed the issue on GitHub?

--answers--

Yes, he has just finished it now

--feedback--

Just means that something was finished a few moments ago. That is not the case.


No, he has never fixed an issue

--feedback--

Never implies that he has not fixed any issue ever, which contradicts Maria's statement.


Yes, he has already fixed it


No, he always fixes issues quickly

--feedback--

Always is not suitable here as the question is about a specific issue, not general habits.

--video-solution--

3

--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 fixed the issue on GitHub. Great job.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.3
    }
  ]
}