New option to allow teams to self reset their progression

This commit is contained in:
nemunaire 2023-11-04 21:14:16 +01:00
parent a0c34018cf
commit d6ff46ca7f
9 changed files with 173 additions and 3 deletions

View file

@ -61,6 +61,8 @@ type Settings struct {
AcceptNewIssue bool `json:"acceptNewIssue,omitempty"`
// QAenabled enables links to QA interface.
QAenabled bool `json:"QAenabled,omitempty"`
// CanResetProgression allows a team to reset the progress it made on a given exercice.
CanResetProgression bool `json:"canResetProgress,omitempty"`
// EnableResolutionRoute activates the route displaying resolution movies.
EnableResolutionRoute bool `json:"enableResolutionRoute,omitempty"`
// PartialValidation validates each correct given answers, don't expect Team to give all correct answer in a try.