Back to Freecodecamp

Task 1

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

latest1.7 KB
Original Source
<!-- (Audio)James: Have you seen the latest user feedback? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Have you BLANK the latest user feedback?

--blanks--

seen

--feedback--

The past participle of see is irregular, and it is not see or saw.

--explanation--

The Present Perfect tense is used to talk about actions or experiences that happened at some point before now.

Use this structure to talk about something that happened before now, but where the exact time isn't important.

To form the Present Perfect tense, use have or has followed by the past participle of the verb.

The past participle of the verb see is seen. It's irregular, which means it doesn't just add -ed like regular verbs. For example:

  • I have seen the report. - At some point before now, you saw the report.

  • She has seen the report. - At some point before now, she saw the report.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.76
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "Have you seen the latest user feedback?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}