0

I want to develop a plugin for Moodle mobile app. So can it be done by extending a normal moodle plugin?. If so, please describe the process of converting a Moodle plugin to Moodle mobile app.

Thanks in advance

1

1 Answer 1

0

Starting with Moodle 3.5 the app switched to a new way to support mobile plugins. The new way will allow you to develop plugins using PHP code, templates and Ionic html components. Take a look at the following page. It will describe HOW to modify/update a plugin to support the Moodle Mobile App (Moodle 3.5+): https://docs.moodle.org/dev/Mobile_support_for_plugins

In short, you can use an existing plugin and convert it/extend it. Take a look at the mod/certificate plugin in Moodle 3.5+ as an example

Not the answer you're looking for? Browse other questions tagged or ask your own question.