Back to Freecodecamp

Task 56

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66db59269865ee6f046fdbc5.md

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Linda: Yes. The navigation bar and footer adjustments have already made a big difference. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The navigation bar and footer adjustments BLANK BLANK BLANK a big difference.

--blanks--

have

--feedback--

The auxiliary verb used with they in the Present Perfect tense.


already

--feedback--

A word used to show that the action happened sooner than expected.


made

--feedback--

Past participle of make.

--explanation--

In the Present Perfect tense, already is used to show that something has happened sooner than expected or earlier than the present moment. It is placed between the auxiliary verb (have or has) and the past participle of the main verb. For example:

  • She has already finished her analysis. - She finished her analysis earlier than expected.

  • We have already seen that report. - The action happened before now.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 15.96,
      "finishTimestamp": 19.36
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.96,
      "dialogue": {
        "text": "Yes, the navigation bar and footer adjustments",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 2.96,
      "finishTime": 4.4,
      "dialogue": {
        "text": "have already made a big difference",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.9
    }
  ]
}