Apply standalone exercices settings

This commit is contained in:
nemunaire 2024-03-16 11:28:59 +01:00
parent a1ce2df131
commit 398de21793
6 changed files with 63 additions and 1 deletions

View file

@ -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"`