aboutsummaryrefslogtreecommitdiff
path: root/mobile/algebra.html
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/algebra.html')
-rw-r--r--mobile/algebra.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/mobile/algebra.html b/mobile/algebra.html
deleted file mode 100644
index 4f08aad..0000000
--- a/mobile/algebra.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<section class="qtype-algebra" ion-list *ngIf="question.text || question.text === ''">
- <ion-item text-wrap>
- <core-format-text [component]="component"
- [componentId]="componentId" [text]="question.text">
- </core-format-text>
- </ion-item>
- <ion-item>
- <ion-label
- stacked
- color="gray"
- padding-left>
- {{ 'core.question.answer' | translate }}:
- </ion-label>
- <ion-input
- padding-left
- type="text"
- [attr.name]="question.input.name"
- [value]="question.input.value"
- autocorrect="off"
- [disabled]="question.input.readOnly"
- [ngClass]="[question.input.correctClass]"
- >
- </ion-input>
- </ion-item>
-</section>