Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/66251a827166c04c250f8858.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: Well, I break it down step by step. If I get stuck on a specific part, I ask for help from colleagues. Have you ever collaborated with someone to solve coding problems? -->

--description--

Brian is curious about Sophie's experience in collaborative problem-solving in programming.

--questions--

--text--

What does Brian want to know from Sophie?

--answers--

If she prefers working alone on coding problems

--feedback--

Brian is asking about collaboration, not her preference for working alone.


Her experience in using specific coding tools

--feedback--

The question is about collaboration, not about tools.


If she has collaborated with others to solve coding problems


Whether she is an expert in solving coding problems

--feedback--

His question is about collaboration, not about her expertise level.

--video-solution--

3

--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": 44.24,
      "finishTimestamp": 53.58
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "Well, I break it down step by step.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.32,
      "finishTime": 6.78,
      "dialogue": {
        "text": "If I get stuck on a specific part, I ask for help from colleagues.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 7.6,
      "finishTime": 10.34,
      "dialogue": {
        "text": "Have you ever collaborated with someone to solve coding problems?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.84
    }
  ]
}