Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679e1e3a7e4ae93310a5fd1e.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: You've caught several issues, which has really helped the team. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

You've caught BLANK issues, which has really BLANK the team.

--blanks--

several

--feedback--

This word means more than a few but not necessarily a large number.


helped

--feedback--

The Present Perfect tense of the verb help is used here, showing that the positive effect continues into the present.

--explanation--

Several means more than a few but not necessarily a large number. It indicates an unspecified amount that is more than two. For example:

We've received several requests for a new feature. - This means there were multiple requests, but not a specific large number.

The Present Perfect tense in which has really helped the team is used because the positive impact of catching the issues started in the past and still affects the team now. For example:

Her comments in the software have made it easier for new employees to understand the code. - This means her comments are still beneficial today.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 6.82,
      "finishTimestamp": 9.72
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "You've caught several issues, which has really helped the team.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}