Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/66234877415f31e2b8717a91.md

latest1.9 KB
Original Source
<!-- (Audio) Sophie: Yeah, I'm a bit stuck. If I change the logic in this function, it might solve the issue, but I'm not sure. -->

--description--

Logic in programming refers to the sequence and structure of the instructions in code. For instance, Changing the logic of the code can alter its behavior.

--fillInTheBlank--

--sentence--

Yeah, I'm a bit BLANK. If I change the BLANK in this function, it BLANK solve the issue, but I'm not BLANK.

--blanks--

stuck

--feedback--

Here it means Sophie is having difficulty progressing with the problem.


logic

--feedback--

It refers to the reasoning or sequence of instructions in the function Sophie is working on.


might

--feedback--

It indicates the possibility that changing the logic could solve the issue.


sure

--feedback--

It means being confident or certain about something.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.56,
      "finishTimestamp": 12.26
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "Yeah, I'm a bit stuck. If I change the logic in this function,",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.44,
      "finishTime": 6.7,
      "dialogue": {
        "text": "it might solve the issue, but I'm not sure.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.2
    }
  ]
}