Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675753a815259c781d2b6913.md

latest1.4 KB
Original Source
<!-- (Audio) Jake: We'll probably need to run a full system scan. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We'll BLANK need to run a full system scan.

--blanks--

probably

--feedback--

This word shows that something is likely but not certain to happen.

--explanation--

Probably is an adverb used to express that something is likely to happen but not completely certain. For example:

We'll probably finish the project by Friday. - This shows confidence in completing the project by Friday but leaves room for uncertainty.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 32.36,
      "finishTimestamp": 34.64
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "We'll probably need to run a full system scan",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}