Back to Freecodecamp

Task 35

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

latest2.1 KB
Original Source
<!-- (Audio) Brian: Can you write up a summary of this discussion? I'd like to use it to update our training materials. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Brian want Sophie to write up a summary of the discussion?

--answers--

Because he wants to improve their training materials.


Because he needs to present it in a meeting today.

--feedback--

There is no mention of a meeting or deadline.


Because he forgot what they talked about.

--feedback--

He does not imply he forgot what they talked about.


Because he wants to share it with the HR department.

--feedback--

He doesn't say anything about sharing it with HR.

--video-solution--

1

--explanation--

I'd like to is a contracted form of I would like to, which is a polite way to express a wish or intention. It's often used when making requests or stating goals. For example:

I'd like to learn more about network security. – This means the person wants to study that topic in the future.

--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.62,
      "finishTimestamp": 63.36
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.96,
      "dialogue": {
        "text": "Can you write up a summary of this discussion?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.28,
      "finishTime": 5.74,
      "dialogue": {
        "text": "I'd like to use it to update our training materials.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}