Back to Freecodecamp

Task 6

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

latest1.5 KB
Original Source
<!-- (Audio) Linda: Yes, I've reviewed the reports. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, BLANK BLANK the reports.

--blanks--

I've

--feedback--

This is the contraction for I have, indicating the action was completed in the past. The first letter is capitalized.


reviewed

--feedback--

This is the past participle form of the verb review.

--explanation--

In the Present Perfect tense, contractions often combine the subject and the auxiliary verb have or has. For example:

  • I have becomes I've.

  • She has becomes She's.

Reviewed is the past participle of review, used here to indicate that the action of checking the reports has already happened.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-1.mp3",
      "startTime": 1,
      "startTimestamp": 8.48,
      "finishTimestamp": 10.36
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.88,
      "dialogue": {
        "text": "Yes, I've reviewed the reports.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.38
    }
  ]
}