Back to Freecodecamp

Task 58

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

latest1.6 KB
Original Source
<!-- (audio) Jake: Have you checked whether all security updates were applied? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK you BLANK whether all security updates were applied?

--blanks--

Have

--feedback--

This word starts a Present Perfect question, asking about a past action with present relevance. The first letter is capitalized.


checked

--feedback--

This is the Past Participle of check.

--explanation--

Have you checked...? is used when asking if someone has done something at any time before now. For example:

  • Have you checked your email? - This is asking if the person has looked at the email at any time before now.

  • Have you checked if the server is running? - Someone is asking if they have verified the server's status.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.52,
      "finishTimestamp": 13.02
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "Have you checked whether all security updates were applied?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4
    }
  ]
}