Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/662513cfc37d6c3a297b7b94.md

latest2.3 KB
Original Source
<!-- (Audio) Brian: Absolutely. Optimization can be tricky. I'd suggest that you break down the function into smaller parts. It might make the optimization more manageable. -->

--description--

To break down means to divide something into smaller, more manageable parts. Like, Break down the project into steps suggests dividing the project into simpler stages.

Manageable means something that is easier to handle or deal with. For example, Making the workload manageable implies adjusting it to a more controllable level.

--fillInTheBlank--

--sentence--

Absolutely. Optimization can be BLANK, I'd suggest that you BLANK down the function into BLANK parts. It might make the optimization more BLANK.

--blanks--

tricky

--feedback--

It describes the complexity or difficulty of optimizing the function.


break

--feedback--

It suggests dividing the function into simpler parts to work on.


smaller

--feedback--

It implies more focused and less overwhelming segments of the function.


manageable

--feedback--

It indicates making the task easier to handle or control.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 16.08,
      "finishTimestamp": 24.52
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "Absolutely. Optimization can be tricky.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.8,
      "finishTime": 6.76,
      "dialogue": {
        "text": "I'd suggest that you break down the function into smaller parts.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 7.16,
      "finishTime": 9.44,
      "dialogue": {
        "text": "It might make the optimization more manageable.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 9.94
    }
  ]
}