admin: Sane parameters for ResetSettings
This commit is contained in:
parent
0092170dbd
commit
239e8ae88d
@ -349,6 +349,9 @@ func ResetSettings() error {
|
||||
WChoiceCurCoefficient: 1,
|
||||
GlobalScoreCoefficient: 1,
|
||||
DiscountedFactor: 0,
|
||||
UnlockedStandaloneExercices: 10,
|
||||
UnlockedStandaloneExercicesByThemeStepValidation: 1,
|
||||
UnlockedStandaloneExercicesByStandaloneExerciceValidation: 0,
|
||||
AllowRegistration: false,
|
||||
CanJoinTeam: false,
|
||||
DenyTeamCreation: false,
|
||||
@ -358,7 +361,8 @@ func ResetSettings() error {
|
||||
EnableResolutionRoute: false,
|
||||
PartialValidation: true,
|
||||
UnlockedChallengeDepth: 0,
|
||||
SubmissionUniqueness: false,
|
||||
SubmissionUniqueness: true,
|
||||
CountOnlyNotGoodTries: true,
|
||||
DisplayAllFlags: false,
|
||||
DisplayMCQBadCount: false,
|
||||
EventKindness: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user