Apply standalone exercices settings
This commit is contained in:
parent
a1ce2df131
commit
398de21793
6 changed files with 63 additions and 1 deletions
|
@ -22,6 +22,12 @@ var DisplayMCQBadCount bool
|
|||
// HideCaseSensitivity never tells the user if the flag is case sensitive or not.
|
||||
var HideCaseSensitivity bool
|
||||
|
||||
// UnlockedStandaloneExercices unlock this number of standalone exercice.
|
||||
var UnlockedStandaloneExercices int
|
||||
|
||||
// UnlockedStandaloneExercicesByValidation unlock this number of standalone exercice for each exercice validated.
|
||||
var UnlockedStandaloneExercicesByValidation float64
|
||||
|
||||
type myTeamFile struct {
|
||||
Path string `json:"path"`
|
||||
Name string `json:"name"`
|
||||
|
|
Reference in a new issue