Back to Freecodecamp

Task 34

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

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

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

It's a new one I found for BLANK user BLANK, but the documentation is a bit confusing.

--blanks--

handling

--feedback--

It refers to the process of managing or dealing with something.


authentication

--feedback--

It relates to the process of verifying a user's identity in a system.

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