Back to Freecodecamp

Task 33

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

latest1.7 KB
Original Source
<!-- (Audio) Brian: Can you write up a summary of this discussion? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Brian asking Sophie to do?

--answers--

Schedule a meeting with the team.

--feedback--

He's not asking her to plan a meeting.


Send him a full report on security tools.

--feedback--

He's not asking for a detailed report on tools.


Create a short version of what they talked about.


Check if the discussion was recorded.

--feedback--

There is no mention of recordings in the sentence.

--video-solution--

3

--explanation--

To write something up means to create a written version of something that was spoken or planned, usually in a clear and organized way. For example:

After the interview, she wrote up her notes into a short article. – This means she turned her spoken notes into a written format.

--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": 58.52,
      "finishTimestamp": 60.68
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "Can you write up a summary of this discussion?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}