Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/662514383f43d53b748dff42.md

latest2.2 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--

Please answer the question below.

--questions--

--text--

What does Brian suggest to Sophie, and why?

--answers--

He suggests outsourcing the optimization due to its complexity.

--feedback--

Brian's advice is about breaking down the function, not outsourcing.


He recommends focusing on other functions instead of the tricky one.

--feedback--

Brian's suggestion is to work on the current function in a more manageable way, not to shift focus to other functions.


He advises against optimizing the function as it's too difficult.

--feedback--

Rather than advising against it, Brian suggests a strategy to make optimization more manageable.


He suggests breaking down the function into smaller parts to make optimization more manageable.

--video-solution--

4

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