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