Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/671b9986d2ac295047bde195.md

latest1.7 KB
Original Source
<!-- (Audio) Alice: James, have you heard about the closed captioning issue on our video platform? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

James, BLANK you BLANK BLANK the closed captioning issue on our video platform?

--blanks--

have

--feedback--

This word is part of the Present Perfect tense structure.


heard

--feedback--

This is the past participle form of hear, used in the Present Perfect tense.


about

--feedback--

This preposition is used to introduce the topic of the question.

--explanation--

The sentence uses the Present Perfect tense, which is formed with have/has + past participle. It indicates an action that happened at an unspecified time before now. For example:

She has finished her report. - The report is done, but the exact time isn't mentioned.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.0
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.0,
      "dialogue": {
        "text": "James, have you heard about the closed captioning issue on our video platform?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.5
    }
  ]
}