Back to Freecodecamp

Task 116

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6838feaafafc34499e5ae580.md

latest2.1 KB
Original Source
<!-- (Audio) Lisa: If the latest patches had been applied, they might have addressed some of the vulnerabilities that were exploited. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could Mark say to show he agrees with Lisa's idea?

--answers--

I was thinking the same thing.

--audio-id--

EN2f90481b


We need to investigate more.

--audio-id--

EN7c2d1720

--feedback--

This does not express agreement with Lisa's comment.

--video-solution--

1

--explanation--

The Past Continuous tense (was/were + verb in the -ing form) is used here to describe an action or thought happening over a period of time in the past, often simultaneously with another event. It can show that someone was already thinking about the same idea. For example:

I was reading the report when you called. – This means the action of reading was ongoing when the call happened.

In this case, I was thinking the same thing means Mark's idea happened during or before Lisa's comment and shows agreement.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.42,
      "finishTimestamp": 30.36
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "If the latest patches had been applied,",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 3.2,
      "finishTime": 5.94,
      "dialogue": {
        "text": "they might have addressed some of the vulnerabilities that were exploited.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.44
    }
  ]
}