Skip to content

Commit

Permalink
Instructor edit feedback session page: missing indication for tooltip T…
Browse files Browse the repository at this point in the history
  • Loading branch information
rai31218 committed Apr 16, 2023
1 parent a212870 commit b16c252
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
container="body">
<input id="weights-checkbox" class="form-check-input" type="checkbox" [ngModel]="model.hasAssignedWeights"
[disabled]="!isEditable"
(ngModelChange)="triggerWeightsColumn($event)">
(ngModelChange)="triggerWeightsColumn($event)"
ngbTooltip="Assign weights to the choices for calculating statistics">
Options are weighted
</label>
</div>
Expand Down

0 comments on commit b16c252

Please sign in to comment.