Back to Freecodecamp

Task 123

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f627bc1703730722e34e7c.md

latest1.5 KB
Original Source
<!-- (audio) Alice: You're right. We should have covered that more thoroughly in the last session. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

You're right. We BLANK covered that more thoroughly in the last session.

--blanks--

should have

--feedback--

The first word is used to talk about something that was the correct action but was not done, and the second one is part of the perfect verb structure.

--explanation--

Alice agrees with Brian and admits that it would have been better to cover the topic more carefully during the last session.

She uses should have + Past Participle structure to express regret or a missed opportunity in the past.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 17.30,
      "finishTimestamp": 20.22
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "You're right. We should have covered that more thoroughly in the last session.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.38
    }
  ]
}