Custom Enrollment Method in MoodleMobile

Custom Enrollment Method in MoodleMobile

by Yusuf Yilmaz -
Number of replies: 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...


Average of ratings: -
In reply to Yusuf Yilmaz

Re: Custom Enrollment Method in MoodleMobile

by Yusuf Yilmaz -

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

In reply to Yusuf Yilmaz

Re: Custom Enrollment Method in MoodleMobile

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Plugin developers Picture of 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

Average of ratings: Useful (1)
In reply to Juan Leyva

Re: Custom Enrollment Method in MoodleMobile

by 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