Back to Freecodecamp

Task 15

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

latest1.6 KB
Original Source
<!-- (audio) Mark: Oh, I see. I should have checked the requirements more carefully. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Oh, I see. I BLANK have BLANK the requirements more carefully.

--blanks--

should

--feedback--

It's a modal verb used to give advice or talk about past mistakes.


checked

--feedback--

It's a base verb (check) in the Past Participle.

--explanation--

Should have + Past Participle is used to say that something was a mistake or should have been done differently. For example:

You should have saved your work. - The work was not saved, and now it's lost.

Mark says he should have checked the requirements more carefully as he didn't do it properly.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.08,
      "finishTimestamp": 23.8
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Oh, I see. I should have checked the requirements more carefully.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.22
    }
  ]
}