Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/662517bb095bf344730c6e7a.md

latest3.0 KB
Original Source
<!-- (Audio) Brian: If you analyze the loops and conditional statements, it often shows areas for improvement. Sophie: Loops and conditionals... Thanks! By the way, when you see a logic challenge, how do you usually approach it? -->

--description--

Loops in programming refer to instructions that repeat until a certain condition is met. They are used to run the same code multiple times.

When is a word used to refer to the time at which something happens. It's often used in questions about timing or conditions.

To approach means to deal with something or to start to consider a problem in a particular way. In problem-solving, it's about the method or strategy used to tackle a challenge.

--fillInTheBlank--

--sentence--

Brian: If you analyze the loops and conditional statements, it often shows areas for improvement.

Sophie: BLANK and conditionals... Thanks! By the way, BLANK you see a logic challenge, how do you usually BLANK it?

--blanks--

Loops

--feedback--

This word is a programming term for repeating instructions.


when

--feedback--

This word is used for asking about the timing of an event or action.


approach

--feedback--

This word means the way someone deals with or considers a problem.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 32.72,
      "finishTimestamp": 43.62
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "If you analyze the loops and conditional statements,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.7,
      "finishTime": 5.6,
      "dialogue": {
        "text": "it often shows areas for improvement.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.84
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 5.84
    },
    {
      "character": "Sophie",
      "startTime": 6.08,
      "finishTime": 8.04,
      "dialogue": {
        "text": "Loops and conditionals... Thanks.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 8.48,
      "finishTime": 11.9,
      "dialogue": {
        "text": "By the way, when you see a logic challenge, how do you usually approach it?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 12.4
    }
  ]
}