diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 09:54:37 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 09:54:37 +0200 |
commit | f83f95e9c7d1953b7e760feea862e45304cd9443 (patch) | |
tree | 4d065bf22881900010650fa63b46729f3a1c9819 /mobile/addon-qtype-algebra.html | |
parent | e0dda838a0cffd6b1f4fd3706e75537c1906b5ec (diff) |
New version of mobile support
Diffstat (limited to 'mobile/addon-qtype-algebra.html')
-rw-r--r-- | mobile/addon-qtype-algebra.html | 9 |
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> |