Can Unlock challenge up to a certain level
This commit is contained in:
parent
e922171f17
commit
0a8d0dad30
5 changed files with 22 additions and 1 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue