Split Unlock standalone exercices between themes and standalone ex
This commit is contained in:
parent
cc147a9819
commit
ae5068f8b8
7 changed files with 35 additions and 15 deletions
|
@ -25,8 +25,11 @@ 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
|
||||
// UnlockedStandaloneExercicesByThemeStepValidation unlock this number of standalone exercice for each theme step validated.
|
||||
var UnlockedStandaloneExercicesByThemeStepValidation float64
|
||||
|
||||
// UnlockedStandaloneExercicesByStandaloneExerciceValidation unlock this number of standalone exercice for each standalone exercice validated.
|
||||
var UnlockedStandaloneExercicesByStandaloneExerciceValidation float64
|
||||
|
||||
type myTeamFile struct {
|
||||
Path string `json:"path"`
|
||||
|
|
Reference in a new issue