Back to Freecodecamp

Task 50

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/670f74145be4b907a1b9c915.md

latest1.9 KB
Original Source
<!-- (Audio) Linda: I was thinking we could do a quick postmortem of the design project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK BLANK we could do a quick postmortem of the design project.

--blanks--

was

--feedback--

This is the auxiliary verb used to form the Past Continuous in the singular first-person form.


thinking

--feedback--

This is the main verb in the Past Continuous. It is used to talk about a process that happens on your mind.

--explanation--

The Past Continuous tense is used to describe actions or thoughts that were in progress at a specific time in the past.

This tense is often used to describe background actions or ongoing processes in the past. The structure is was/were + verb ending in -ing.

In this sentence, I was thinking shows that Linda's thought about doing a postmortem was in progress at a specific time. Another example:

He was reviewing the report when the meeting started. - Meaning that the action of reviewing the report was in progress and another situation interrupted it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.5,
      "finishTimestamp": 4.68
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 0,
      "finishTime": 4.18,
      "dialogue": {
        "text": "I was thinking we could do a quick postmortem of the design project.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}