-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
QuizGateKeeper - Add more details in yml
Please add more descriptions about
- What does
lockout_seconds
do and what is for - What does
allow_screen_acess
do and what is for - the action value can be anything or only can set restartQuiz or goHome?
"fail": {
"action": "restartQuiz",
"action_data": {
"attempts": 2,
"lockout_seconds": 600,
"allow_screen_access": false
}
},
"pass": {
"action": "goHome",
"action_data": {
"allow_screen_access": true
}
}
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation