Back to Freecodecamp

Task 34

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

latest1.5 KB
Original Source
<!-- (Audio) Sarah: No problem, Tom. I noticed the issue you mentioned, and I've already tried a few things to solve it. -->

--description--

People often use have already to talk about something they have done before now, and have never to talk about something they have not done at any time in the past. Let's practice using these phrases.

--fillInTheBlank--

--sentence--

No problem, Tom. I noticed the issue you mentioned, and I've BLANK tried a few things to solve it.

--blanks--

already

--feedback--

Have already is used to talk about something that has been done before this moment. Here, Sarah says she has already tried some things, meaning she has done them before now.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.84,
      "finishTimestamp": 9.5
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.66,
      "dialogue": {
        "text": "No problem, Tom. I noticed the issue you mentioned and I've already tried a few things to solve it.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.16
    }
  ]
}