ecampbell / moodle-qtype_multichoiceset

All or Nothing Moodle question type originally created by Adriane Boyd
6 stars 21 forks source link

Adapt mobile code to ionic 7 #38

Open dpalou opened 1 month ago

dpalou commented 1 month ago

In this PR I created a new latest template to use the new Ionic syntax for inputs. The old syntax still works in the 4.4 version of the app (ionic 7), but it will stop working in the 4.5 version (ionic 8) so some inputs could be wrongly aligned without these changes. To make it easier to review the code, in the first commit I duplicate the template (no changes done in the HTML) and then I apply the changes in a new commit.

It should be safe to backport this code to 4.1 - 4.3.