Back to Freecodecamp

Task 96

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

latest1.5 KB
Original Source
<!-- (audio) Jake: For now, let's gather more information and stay vigilant. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

For now, let's gather more information and stay BLANK.

--blanks--

vigilant

--feedback--

This word means being alert and watching carefully for potential dangers or problems.

--explanation--

Vigilant means being watchful and cautious to detect possible threats. For example:

  • The IT team is always vigilant when monitoring the network. - The IT team stays alert and careful while checking the network.

  • You should be vigilant when clicking on unknown links in emails. - You need to be careful and pay attention to suspicious email links.

--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": 80.02,
      "finishTimestamp": 83.18
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "For now, let's gather more information and stay vigilant.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}