You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok so if "allow_screen_access": false, then it is blocking the underling screen? ok then in this case we need to show that the quiz is currently locked, and to try again after like 10 minutes.
If that's the case, then I still need to implement this logic.
QuizGateKeeper - Add more details in yml
Please add more descriptions about
lockout_seconds
do and what is forallow_screen_acess
do and what is for"fail": {
"action": "restartQuiz",
"action_data": {
"attempts": 2,
"lockout_seconds": 600,
"allow_screen_access": false
}
},
"pass": {
"action": "goHome",
"action_data": {
"allow_screen_access": true
}
}
The text was updated successfully, but these errors were encountered: