Back to Freecodecamp

Task 22

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

latest1.6 KB
Original Source
<!-- (Audio) James: Have we received any detailed reports from users about this issue? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK any detailed reports from users about this issue?

--blanks--

Have we received

--feedback--

These three words are a Present Perfect auxiliary verb, a pronoun, and the past participle form of receive. The first letter is capitalized.

--explanation--

Have we received is in the Present Perfect tense, which is used to ask about an action that may have happened at an unspecified time in the past and is relevant to the present.

Received is the past participle of receive, indicating the action of getting or obtaining something.

--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": 30.3,
      "finishTimestamp": 33.86
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "Have we received any detailed reports from users about this issue?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}