Back to Freecodecamp

Task 30

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

latest1.7 KB
Original Source
<!-- (Audio) James: Has the development team been informed about this? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK the development team BLANK BLANK about this?

--blanks--

Has

--feedback--

The auxiliary verb used to start a question in the Present Perfect tense for the third person singular. The first letter is capitalized.


been

--feedback--

Past participle of the verb to be.


informed

--feedback--

Past participle of the verb inform.

--explanation--

Has is the auxiliary verb used to start a question in the Present Perfect tense for the third person singular.

Been is used in the passive voice to indicate that an action has been done to the subject (the development team).

Informed is the past participle of the verb inform, meaning to give information or notify.

--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": 42.56,
      "finishTimestamp": 45.06
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "Has the development team been informed about this?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.0
    }
  ]
}