settings: Add an option to show MCQ distance from good
This commit is contained in:
parent
4b82987bbb
commit
63d8ae4ecd
4 changed files with 17 additions and 1 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Reference in a new issue