Add a new setting to don't count same responses in scores

This commit is contained in:
nemunaire 2018-12-06 22:18:08 +01:00
parent 8dc460b507
commit 910ec94fd8
8 changed files with 44 additions and 5 deletions

View file

@ -49,6 +49,8 @@ type FICSettings struct {
PartialValidation bool `json:"partialValidation"`
// EnableExerciceDepend don't show (or permit to solve) to team challenges they are not unlocked through dependancies.
EnableExerciceDepend bool `json:"enableExerciceDepend"`
// SubmissionUniqueness don't count multiple times identical tries.
SubmissionUniqueness bool `json:"submissionUniqueness"`
}
// ExistsSettings checks if the settings file can by found at the given path.