Back to Freecodecamp

Task 31

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: That's an important point. We should definitely incorporate that feedback into our next training session. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Where does Brian think the suggestion about role clarity should be included?

--answers--

In the weekly email report.

--feedback--

There's no mention of emails or reports.


In the next training session.


In the company's holiday calendar.

--feedback--

That has nothing to do with the team's activities.


In the team's daily to-do list.

--feedback--

Brian does not talk about short-term tasks.

--video-solution--

2

--explanation--

A training session is a planned time where people learn or practice skills related to their job or responsibilities. For example:

The IT department held a training session on how to recognize phishing emails. – This means they taught employees how to spot phishing threats.

--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": 53.64,
      "finishTimestamp": 58.32
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "That's an important point. We should definitely",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.24,
      "finishTime": 5.68,
      "dialogue": {
        "text": "incorporate that feedback into our next training session.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.18
    }
  ]
}