Skip to content
Snippets Groups Projects
Commit e3859bad authored by Thomas Lenz's avatar Thomas Lenz
Browse files

Remove checkboxes before answers of likert creator component

parent d20227f9
Branches
Tags
No related merge requests found
......@@ -13,9 +13,7 @@
<mat-header-cell *matHeaderCellDef>Answer</mat-header-cell>
<mat-cell *matCellDef="let answer">
<!-- ToDo: Check ngModel -->
<mat-checkbox color="primary" [(ngModel)]="answer.correct" [checked]="answer.correct"
name="{{ answer.answerOption.label }}">{{ answer.answerOption.label }} is {{ answer.correct }}
</mat-checkbox>
{{ answer.answerOption.label }}
</mat-cell>
</ng-container>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment