Back to Freecodecamp

Task 70

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6717b543037e030fc7008aa7.md

latest2.2 KB
Original Source
<!-- (Audio) Jake: While I was addressing that, the team was waiting for my green light to proceed. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

While I BLANK BLANK that, the team BLANK BLANK for my green light to proceed.

--blanks--

was

--feedback--

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


addressing

--feedback--

This is the main verb in the Past Continuous. It means to deal with or resolve something.


was

--feedback--

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


waiting

--feedback--

This is the main verb in the Past Continuous. It means to remain ready or expect something.

--explanation--

The verb address in this context means to deal with or resolve an issue or problem. Jake was focusing on resolving the matter while the team waited for his approval. For example:

The manager addressed the client's concerns during the meeting. - Here, addressed refers to taking action to deal with the client's concerns.

In the sentence, Jake uses the Past Continuous (was addressing) to describe the ongoing action of resolving the issue while another ongoing action (the team was waiting) happened simultaneously.

--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": 48.78,
      "finishTimestamp": 52.5
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "While I was addressing that, the team was waiting for my green light to proceed.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}