Back to Freecodecamp

Task 42

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

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Linda, have you had a chance to review the user feedback since we deployed the update? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Linda, BLANK you BLANK a chance to review the user feedback since we deployed the update?

--blanks--

have

--feedback--

Auxiliary verb used to form questions in the Present Perfect tense with you.


had

--feedback--

The past participle form of the verb have.

--explanation--

When asking a question with the Present Perfect, you can start with have or has + subject + past participle of the main verb. For example:

Have you finished your project? uses the structure Have + subject + finished.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.58
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "Linda, have you had a chance to review",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.42,
      "finishTime": 5.58,
      "dialogue": {
        "text": "the user feedback since we deployed the update?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.08
    }
  ]
}