settings: add new coefficient for all exercices

This commit is contained in:
nemunaire 2019-01-17 13:26:49 +01:00
parent 42e6a4d386
commit 4a4d0f634a
5 changed files with 19 additions and 7 deletions

View file

@ -42,6 +42,8 @@ type FICSettings struct {
FirstBlood float64 `json:"firstBlood"`
// SubmissionCostBase is a complex number representing the cost of each attempts.
SubmissionCostBase float64 `json:"submissionCostBase"`
// ExerciceCurrentCoefficient is the current coefficient applied globaly to exercices.
ExerciceCurCoefficient float64 `json:"exerciceCurrentCoefficient"`
// HintCurrentCoefficient is the current coefficient applied to hint discovery.
HintCurCoefficient float64 `json:"hintCurrentCoefficient"`
// WChoiceCurCoefficient is the current coefficient applied to wanted choices.