Back to Freecodecamp

Task 85

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

latest1.5 KB
Original Source
<!-- (audio) Jake: Definitely. Firewall rules can sometimes be misconfigured. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. Firewall rules can sometimes be misconfigured.

--blanks--

Definitely

--feedback--

This word is used to show strong agreement or certainty. The first letter is capitalized.

--explanation--

Definitely is used when you strongly agree or are completely sure about something. For example:

  • We definitely need more time to finish the project. - It's clear they don't have enough time.

  • I'll definitely join the team meeting tomorrow. - You're 100% sure you will be there.

--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": 55.42,
      "finishTimestamp": 58.7
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "Definitely. Firewall rules can sometimes be misconfigured.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}