-
Notifications
You must be signed in to change notification settings - Fork 32
How to adjust lockout
Jessica Hoang edited this page Apr 18, 2023
·
3 revisions
Understand what a "lockout" is by reading Puzzle lockout
-
Make sure you are using the Admin role (top left corner should say "Admin")
-
Select "Events" --> "Details" --> "Edit"
-
Adjust the following fields to your liking
-
LockoutIncorrectGuessLimit
: The maximum number of times the player can make an incorrect submission before getting locked out -
LockoutIncorrectGuessPeriod
: The number of minutes we should consider when counting the number of incorrect submissions. If in this window, the player had submitted a number of answers that surpassLockoutIncorrectGuessLimit
the player will get locked out. -
LockoutDurationMultiplier
: The number that will be multiplied toLockoutIncorrectGuessPeriod
to determine the amount of time the player will have to wait. For example, for the given picture above,
- The player will have to wait 15 seconds after making 5 incorrect guesses
- The player will have to wait 30 seconds after making 5 more incorrect guesses (10 incorrect in total)
- The player will have to wait 60 seconds after making 5 more incorrect guesses (15 incorrect guesses in total)
- so on
- The player will have to wait 15 seconds after making 5 incorrect guesses
-
MaxSubmissionCount
: The maximum number of times a player can submit an answer before they are sent to "email mode"
-
- First-time setup
- Contributing using git
- Local Development Environment Setup
- External Authentication Setup
- Build and run locally
- Best practices
- Common Errors
- Making a page Event aware
- Making your page aware of the current user
- PageFilter and on page authorization check example
- Updating the DataModel and or Database Schema
- Debugging the database locally
- FAQ
- Onboarding
- Puzzle setup
- Puzzle properties defined
- Webification
- Unlock a puzzle for a team
- Setting up hints
- Puzzle lockout
- Annotations