Skip to content

Commit

Permalink
SAK-40319 - Rubrics : When using fine-tune for rubric grading, if the…
Browse files Browse the repository at this point in the history
… instructor clicks in a cell, the score (adding/subtracting) should start with the score from the cell (sakaiproject#6084)
  • Loading branch information
brdebr authored and Miguel Pellicer committed Oct 3, 2018
1 parent 2e88bd3 commit d0f70c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h5 class="criterion-item-title">


<template is="dom-if" if="[[options.fineTunePoints]]">
<input type="number" min="0" onkeypress="allowOnlyNumbersAndTab(event)" title="[[lang('point_override_details','Fine tune points by entering a number and overriding the selected rating points')]]" class="fine-tune-points form-control" id="rbcs-[[entityId]]-criterion-override-[[criterionitem.id]]" name="rbcs-[[entityId]]-criterion-override-[[criterionitem.id]]" on-input="finetuneRating" value="{{criterionitem.pointoverride::input}}">
<input type="number" min="0" onkeypress="allowOnlyNumbersAndTab(event)" title="[[lang('point_override_details','Fine tune points by entering a number and overriding the selected rating points')]]" class="fine-tune-points form-control" id="rbcs-[[entityId]]-criterion-override-[[criterionitem.id]]" name="rbcs-[[entityId]]-criterion-override-[[criterionitem.id]]" on-input="finetuneRating" value="{{criterionitem.selectedvalue}}">
</template>
<input type="hidden" id="rbcs-[[entityId]]-criterion-[[criterionitem.id]]" name="rbcs-[[entityId]]-criterion-[[criterionitem.id]]" value="{{criterionitem.selectedvalue}}">
</div>
Expand Down

0 comments on commit d0f70c5

Please sign in to comment.