Back to Freecodecamp

Task 17

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

latest2.0 KB
Original Source
<!-- (Audio) James: Have you had the time to identify which elements are causing the trouble? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK BLANK to identify which elements are causing the trouble?

--blanks--

Have you

--feedback--

These two words are the auxiliary verb in the Present Perfect tense, and the subject. The first letter is capitalized.


had

--feedback--

This is the past participle of have.


the time

--feedback--

These two words ask if enough time or opportunity was available to complete the task.

--explanation--

The phrase have the time is used to ask if someone had enough time or the opportunity to do something.

In this sentence, had - the past participle of have - is used to ask about something that might have happened in the past but is relevant now.

That is why James says, have you had the time, because he wants to know if Linda had the opportunity to identify the problem elements before this moment.

--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": 20.7,
      "finishTimestamp": 24.44
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "Have you had the time to identify",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 2.78,
      "finishTime": 4.54,
      "dialogue": {
        "text": "which elements are causing the trouble?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}