Back to Freecodecamp

Task 35

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

latest1.8 KB
Original Source
<!-- (Audio) Sophie: It's a new one I found for handling user authentication, but the documentation is a bit confusing. -->

--description--

Sophie discusses a specific framework she's working with. Understanding its purpose is important for grasping the technical context of her work.

--questions--

--text--

What is the purpose of the framework Sophie is working with?

--answers--

Handling user authentication


To improve the software's graphics

--feedback--

Sophie's framework is for authentication, not graphics.


Managing project deadlines

--feedback--

She mentions it's for user authentication, not project management.


To fix bugs in the software

--feedback--

The focus is on authentication, not bug fixing.

--video-solution--

1

--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": 7.18,
      "finishTimestamp": 12.04
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "It's a new one I found for handling user authentication,",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.94,
      "finishTime": 5.86,
      "dialogue": {
        "text": "but the documentation is a bit confusing.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.36
    }
  ]
}