Back to Freecodecamp

Task 22

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

latest1.7 KB
Original Source
<!-- (audio) Sophie: You could have added a comment explaining why you chose a particular loop structure. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

You BLANK added a comment explaining why you chose a particular loop structure.

--blanks--

could have

--feedback--

These two words are used to talk about something that was possible in the past but didn't happen.

--explanation--

Could have + Past Participle is used to talk about something that was possible but did not happen. For example:

  • You could have added a comment to explain this function. - It would have been helpful if the person included a comment to explain what the function does.

  • We could have added a search bar to make the website more user-friendly. - The team was thinking about adding a search bar, but it wasn't done yet.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 31.84,
      "finishTimestamp": 35.12
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "You could have added a comment explaining why you chose a particular loop structure.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}