settings: Add an option to show MCQ distance from good

This commit is contained in:
nemunaire 2022-01-20 16:06:27 +01:00
parent 4b82987bbb
commit 63d8ae4ecd
4 changed files with 17 additions and 1 deletions

View file

@ -77,6 +77,8 @@ type FICSettings struct {
CountOnlyNotGoodTries bool `json:"countOnlyNotGoodTries,omitempty"`
// DisplayAllFlags doesn't respect the predefined constraint existing between flags.
DisplayAllFlags bool `json:"displayAllFlags,omitempty"`
// DisplayMCQBadCount activates the report of MCQ bad responses counter.
DisplayMCQBadCount bool `json:"displayMCQBadCount,omitempty"`
// EventKindness will ask browsers to delay notification interval.
EventKindness bool `json:"eventKindness,omitempty"`
}