Back to Freecodecamp

Task 72

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

latest1.7 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--

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

--blanks--

Not

--feedback--

This word is used to make a negative statement.


yet

--feedback--

This word means something hasn't happened, but it may happen in the future.

--explanation--

Not yet is used when something hasn't happened but might happen later. For example:

  • Person 1: Have you installed the new software?

  • Person 2: Not yet. I'm still reading the instructions. - This person is preparing to install the new software.

--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
    }
  ]
}