Back to Freecodecamp

Task 53

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

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

Sophie's statement reflects a common situation in problem-solving, especially in technical fields like programming. She is considering a possible solution.

--questions--

--text--

What is Sophie considering doing to solve her problem?

--answers--

She plans to ask for immediate help.

--feedback--

Sophie is thinking about a specific change in her work, not immediately seeking help.


She is thinking of changing the logic in the function to solve the issue.


She wants to leave the function as it is.

--feedback--

Sophie is considering making a change, not leaving the function unchanged.


She is sure that changing the function will work.

--feedback--

Sophie expresses uncertainty, indicating she is not sure if the change will solve the issue.

--video-solution--

2

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