Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6710bf5df20df90498c991a2.md

latest2.1 KB
Original Source
<!-- (Audio) Jake: Sure. I was reviewing our security protocols for the project just yesterday. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What was Jake doing yesterday?

--answers--

He was updating the security protocols.

--feedback--

Jake says he was reviewing the protocols, not updating them.


He was designing a new security system.

--feedback--

Jake was reviewing existing protocols, not designing a new system.


He was reviewing the security protocols for the project.


He was fixing a bug in the project.

--feedback--

Jake's focus was on reviewing the security protocols, not fixing a bug.

--video-solution--

3

--explanation--

The Past Continuous tense often emphasizes the duration or background of an action in the past. It is used to describe an action that was ongoing at a specific time in the past. The structure is: was/were + verb ending in -ing.

In Jake's sentence, I was reviewing shows that the action of reviewing was in progress yesterday. Another example:

She was testing the new feature when the system crashed. - Here, the crashing of the system happened in the middle of her action of testing the new feature - the test was a longer ongoing action.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.42,
      "finishTimestamp": 8.7
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.28,
      "dialogue": {
        "text": "Sure. I was reviewing our security protocols for the project just yesterday.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.78
    }
  ]
}