MOBILE-3833 qtype multichoice: change button type
parent
38c12d9a33
commit
2e584357e7
|
@ -63,7 +63,7 @@
|
||||||
[attr.aria-label]="'core.question.incorrect' | translate"></ion-icon>
|
[attr.aria-label]="'core.question.incorrect' | translate"></ion-icon>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<ion-button *ngIf="!multiQuestion.disabled" class="ion-text-wrap ion-margin-top" expand="block" fill="outline"
|
<ion-button *ngIf="!multiQuestion.disabled" class="ion-text-wrap ion-margin-top" expand="block" fill="outline"
|
||||||
[disabled]="!multiQuestion.singleChoiceModel" (click)="clear()" type="reset">
|
[disabled]="!multiQuestion.singleChoiceModel" (click)="clear()" type="button">
|
||||||
{{ 'addon.mod_quiz.clearchoice' | translate }}
|
{{ 'addon.mod_quiz.clearchoice' | translate }}
|
||||||
</ion-button>
|
</ion-button>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue