Back to Freecodecamp

Task 42

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

latest2.2 KB
Original Source
<!-- (Audio) Brian: Right. Thanks for the update, Sophie. I'll make sure we address these points in our upcoming workshops. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian plan to do after talking with Sophie?

--answers--

Send Sophie's summary to the whole team.

--feedback--

He doesn't mention sharing the summary with others.


Start working on a new security tool.

--feedback--

Brian doesn't mention building or using new tools.


Schedule a follow-up meeting with Jake.

--feedback--

Jake is not mentioned as part of Brian's next steps.


Include the discussed issues in future training sessions.

--video-solution--

4

--explanation--

To address a point means to talk about or deal with a specific topic, question, or concern. For example:

During the review, she addressed the issue of late submissions. – This means she talked about and responded to that problem.

A workshop is a training event or session where people actively learn about or practice something. For example:

The team attended a cybersecurity workshop to learn how to recognize phishing attacks. – This means they joined a session focused on improving their knowledge.

--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": 74.42,
      "finishTimestamp": 79.8
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "Right. Thanks for the update, Sophie.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.3,
      "finishTime": 6.28,
      "dialogue": {
        "text": "I'll make sure we address these points in our upcoming workshops.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.78
    }
  ]
}