Custom Enrollment Method in MoodleMobile

Custom Enrollment Method in MoodleMobile

von Yusuf Yilmaz -
Anzahl Antworten: 3

Hello,


We are using custom moodle mobile app and we would like to implement our custom enrollment method to mobile app. I have looked through the code at https://github.com/moodlehq/moodlemobile2/blob/master/www/core/components/courses/services/handlers.js . Do we need to append our functions here or is there any other way to implement our custom enrollment app to the mobile?


Thank you for your replies in advance...


Als Antwort auf Yusuf Yilmaz

Re: Custom Enrollment Method in MoodleMobile

von Yusuf Yilmaz -

Any comment on this issue? I would really appreciate for the help. Thank you...

Als Antwort auf Yusuf Yilmaz

Re: Custom Enrollment Method in MoodleMobile

von Juan Leyva -
Nutzerbild von Core developers Nutzerbild von Moodle HQ Nutzerbild von Plugin developers Nutzerbild von Testers

Hi Yusuf,

unfortunately, custom enrolment plugins are not supported in the app via remote add-ons, so the only way to support it would be adding support to it in the file you referenced in the first post.

For the new version of the app (updated to Ionic 3) we'll implement specific handlers for supporting enrolment plugins

Juan

Als Antwort auf Juan Leyva

Re: Custom Enrollment Method in MoodleMobile

von Yusuf Yilmaz -

Thank you very much Juan.

I am looking forward to new version of the app then. Meanwhile, I will code the handler.js as in self-enrollment. Thanks for the huge help. Best regards

Yusuf