Back to Freecodecamp

Task 60

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a4e001d2b804cdea7000a.md

latest2.0 KB
Original Source
<!-- (Audio) Bob: I'm supposed to figure out if our current practices are robust enough to protect sensitive information. -->

--description--

Robust means strong, powerful, or able to work well without breaking easily. For example:

A robust system can handle many users. - This means the system is strong and does not fail even with a lot of users.

Enough means as much as is needed or required. For example:

Do we have enough chairs? - This asks if the number of chairs is sufficient.

Together, robust enough means something is strong or effective to the necessary level. For example:

Is the password robust enough to prevent hacking? - This asks if the password is strong enough to protect against hackers.

--questions--

--text--

What is Bob questioning about their security practices?

--answers--

If they are too complicated.

--feedback--

Bob is focused on their strength, not how complicated they are.


If they are strong enough for protection.


If they cost too much.

--feedback--

Bob is focused on their strength, not cost.


If they are new.

--feedback--

Bob is focused on their effectiveness, not how new they are.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 37.42,
      "finishTimestamp": 42.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.34,
      "dialogue": {
        "text": "I'm supposed to figure out if our current practices are robust enough to protect sensitive information.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.84
    }
  ]
}