Back to Freecodecamp

Task 49

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66da01f0ba492d330803e0b7.md

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Linda: Yes, I've just looked over the responses. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which option is correct?

--answers--

Linda has not looked over the responses yet.

--feedback--

Linda's answer shows she has completed the action recently.


Linda will look over the responses later.

--feedback--

The word just shows the action happened recently, not in the future.


Linda looked over the responses a short time ago.


Linda cannot find the responses.

--feedback--

Linda's answer confirms she has already reviewed the responses.

--video-solution--

3

--explanation--

When someone uses the word just with the Present Perfect tense, it indicates that the action was completed very recently. For example:

I've just finished my meeting. - The meeting ended a short time ago.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.16,
      "finishTimestamp": 7.22
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "Yes, I've just looked over the responses.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.56
    }
  ]
}