Display a badge to inform about case sensitivity (can be disabled by setting)

This commit is contained in:
nemunaire 2023-11-05 10:59:10 +01:00
parent f6b94b33e5
commit 20272e7bad
6 changed files with 32 additions and 3 deletions

View file

@ -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.