Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/682ce8c67f73a9205b7ad51d.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: Did Jake give any feedback on how we can prevent similar incidents in the future? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What kind of solutions is Brian looking for?

--answers--

Ways to recover quickly after an incident.

--feedback--

He's not asking how to recover after the incident.


Ways to stop future problems like this one.


Ways to contact Jake more efficiently.

--feedback--

The question isn't about communication methods.


Ways to make meetings more effective.

--feedback--

There is no mention of meetings in the sentence.

--video-solution--

2

--explanation--

To give feedback means to share opinions, advice, or information about something, usually to help improve it. For example:

She gave feedback on the presentation to help the speaker improve. - She shared her opinion on how to make the presentation better.

Similar means alike or nearly the same. It shows that two or more things share common features. For example:

We had a similar issue last month with the login system. – This means the issue was like the one happening now.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.54,
      "finishTimestamp": 26.16
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "Did Jake give any feedback",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.68,
      "finishTime": 5.62,
      "dialogue": {
        "text": "on how we can prevent similar incidents in the future?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.12
    }
  ]
}