Back to Freecodecamp

Task 39

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

latest1.8 KB
Original Source
<!-- (Audio) Sophie: I did that, but now I'm not sure how to set it up to work with our existing login system. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Sophie has already included the framework library in the project dependency. What is she unsure about?

--answers--

How to remove the framework library from the project

--feedback--

Sophie is focused on integration, not removal.


How to set it up to work with the existing login system


Which login system to choose for the project

--feedback--

She is working with the existing system, not choosing a new one.


Whether to continue using the framework

--feedback--

Her uncertainty is about setup, not whether to continue using the framework.

--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": 17.88,
      "finishTimestamp": 22.24
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "I did that, but now I'm not sure how to set it up",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.3,
      "finishTime": 5.36,
      "dialogue": {
        "text": "to work with our existing login system.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.86
    }
  ]
}