settings: add new coefficient for all exercices
This commit is contained in:
parent
42e6a4d386
commit
4a4d0f634a
5 changed files with 19 additions and 7 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue