Back to Freecodecamp

Task 41

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

latest2.0 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Right. Thanks for the update, Sophie. I'll make sure we BLANK these points in our BLANK workshops.

--blanks--

address

--feedback--

This means to deal with or give attention to a problem, issue, or topic.


upcoming

--feedback--

This means something that is going to happen soon or in the near future.

--explanation--

To address means to take care of or respond to something important, often a problem or concern. For example:

The manager addressed the team's concerns during the meeting. – This means the manager talked about and responded to the concerns.

Upcoming describes something that is expected or scheduled to happen soon. For example:

We're preparing for an upcoming security audit next week. – This means the audit will happen soon.

--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
    }
  ]
}