Back to Freecodecamp

Task 103

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6838529943e43c842e95db03.md

latest2.0 KB
Original Source
<!-- (Audio) Lisa: Hey Mark, I've been reviewing the logs from last week's database crash. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What has Lisa been doing recently?

--answers--

Analyzing the records from the crash.


Fixing the database crash herself.

--feedback--

Lisa does not say she's been repairing the system.


Ignoring the problem for now.

--feedback--

Lisa is not saying she's been ignoring the issue.


Writing a report about last week's meeting.

--feedback--

Lisa doesn't talk about a meeting report.

--video-solution--

1

--explanation--

The Present Perfect Continuous tense (have/has been + verb in the -ing form) is used to describe an action that started in the past and is still continuing or has recently stopped. It often focuses on the activity or process. For example:

I have been studying the logs all morning. – This means the action started earlier and may still be happening now.

--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": 0.3,
      "finishTimestamp": 3.72
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "Hey Mark, I've been reviewing the logs",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 3.1,
      "finishTime": 4.42,
      "dialogue": {
        "text": "from last week's database crash.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.92
    }
  ]
}