Display a badge to inform about case sensitivity (can be disabled by setting)
This commit is contained in:
parent
f6b94b33e5
commit
20272e7bad
6 changed files with 32 additions and 3 deletions
|
@ -77,6 +77,8 @@ type Settings struct {
|
|||
CountOnlyNotGoodTries bool `json:"countOnlyNotGoodTries,omitempty"`
|
||||
// DisplayAllFlags doesn't respect the predefined constraint existing between flags.
|
||||
DisplayAllFlags bool `json:"displayAllFlags,omitempty"`
|
||||
// HideCaseSensitivity never tells the user if the flag is case sensitive or not.
|
||||
HideCaseSensitivity bool `json:"hideCaseSensitivity,omitempty"`
|
||||
// DisplayMCQBadCount activates the report of MCQ bad responses counter.
|
||||
DisplayMCQBadCount bool `json:"displayMCQBadCount,omitempty"`
|
||||
// EventKindness will ask browsers to delay notification interval.
|
||||
|
|
Reference in a new issue