Can Unlock challenge up to a certain level

This commit is contained in:
nemunaire 2022-06-08 16:37:25 +02:00
parent e922171f17
commit 0a8d0dad30
5 changed files with 22 additions and 1 deletions

View file

@ -67,6 +67,8 @@ type Settings struct {
PartialValidation bool `json:"partialValidation,omitempty"`
// UnlockedChallengeDepth don't show (or permit to solve) to team challenges they are not unlocked through dependancies.
UnlockedChallengeDepth int `json:"unlockedChallengeDepth"`
// UnlockedChallengeUpTo unlock challenge up to a given level of deps.
UnlockedChallengeUpTo int `json:"unlockedChallengeUpTo"`
// SubmissionUniqueness don't count multiple times identical tries.
SubmissionUniqueness bool `json:"submissionUniqueness,omitempty"`
// CountOnlyNotGoodTries don't count as a try when one good response is given at least.