diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 09:18:15 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 09:18:15 +0200 |
commit | f2352f6e189fc1a40836957e39f5243b9d826521 (patch) | |
tree | 35d734633847eea3db0325ef7e7b27d6781c5c35 /mobile/algebra.html | |
parent | 51c7a042ab96f90a9ddfada266aba118c0f869bf (diff) |
Remove obsolete and buggy mobile support
Diffstat (limited to 'mobile/algebra.html')
-rw-r--r-- | mobile/algebra.html | 25 |
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> |