Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/66264a9e3e030663acc4109a.md

latest1.9 KB
Original Source
<!-- (Audio) Sophie: Hey, I'm a bit stuck trying to integrate this framework into our project. Any advice? -->

--description--

Sophie is facing a challenge.

--questions--

--text--

What is Sophie's situation and what is she asking for?

--answers--

She's confused about the project goals and needs clarification.

--feedback--

Sophie's confusion is about integrating a framework, not about the project goals.


She's having difficulty integrating a framework and is asking for advice.


She has successfully integrated the framework and is looking for validation.

--feedback--

Sophie indicates that she is stuck, not that she has successfully completed the task.


She wants to know how to start working on the project.

--feedback--

Her concern is specifically about integrating a framework, not about starting the project.

--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.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.48
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.04,
      "dialogue": {
        "text": "Hey, I'm a bit stuck trying to integrate",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.04,
      "finishTime": 5.48,
      "dialogue": {
        "text": "this framework into our project. Any advice?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.98
    }
  ]
}