Back to Freecodecamp

Task 74

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

latest1.6 KB
Original Source
<!-- (audio) Jessica: Not yet. I noticed some odd patterns in the logs, but I'm not sure if they're connected to the breach. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I noticed some odd patterns in the logs, but I'm not sure if they're BLANK the breach.

--blanks--

connected to

--feedback--

This two-word phrase means linked or related to something.

--explanation--

Connected to means that one thing is related to another. For example:

  • The issue might be connected to the recent software update. - The problem could be related to or caused by the update.

  • The app isn't connected to the internet right now. - The app is not able to communicate with the internet at the moment.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 31.34,
      "finishTimestamp": 35.88
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.54,
      "dialogue": {
        "text": "Not yet. I noticed some odd patterns in the logs, but I'm not sure if they're connected to the breach.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}