Add global score coefficient
This commit is contained in:
parent
cd73622cae
commit
105034ec8c
7 changed files with 20 additions and 9 deletions
|
|
@ -60,7 +60,11 @@
|
|||
<hr>
|
||||
|
||||
<div class="form-group row">
|
||||
<label for="exercicecurcoefficient" class="col-sm-3 col-form-label col-form-label-sm"><strong>Coefficients</strong></label>
|
||||
<label for="globalScoreCoefficient" class="col-sm-2 col-form-label col-form-label-sm"><strong>Coefficients</strong></label>
|
||||
<div class="col-sm-1">
|
||||
<input type="text" class="form-control form-control-sm" id="globalScoreCoefficient" ng-model="config.globalScoreCoefficient" float>
|
||||
</div>
|
||||
|
||||
<label for="hintcoefficient" class="col-sm-2 col-form-label col-form-label-sm text-right">incides</label>
|
||||
<div class="col-sm-1">
|
||||
<input type="text" class="form-control form-control-sm" id="hintcoefficient" ng-model="config.hintCurrentCoefficient" float>
|
||||
|
|
|
|||
Reference in a new issue