curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/66265cebc033f66a2a4451e9.md
Fill in the blanks in the dialogue below.
It's a new one I found for BLANK user BLANK, but the documentation is a bit confusing.
handling
It refers to the process of managing or dealing with something.
authentication
It relates to the process of verifying a user's identity in a system.
{
"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
}
]
}