Back to Freecodecamp

Task 48

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I've BLANK looked over the responses.

--blanks--

just

--feedback--

A word that shows an action was completed a short time ago.

--explanation--

Just is used to indicate that something happened a short time ago.

When you use just in a sentence, it comes between the auxiliary verb (have or has) and the past participle of the main verb. For example:

I have just finished my report. - The action of finishing the report happened recently.

--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
    }
  ]
}