Custom Enrollment Method in MoodleMobile

Custom Enrollment Method in MoodleMobile

de Yusuf Yilmaz -
Número de respuestas: 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...


Promedio de valoraciones: -
En respuesta a Yusuf Yilmaz

Re: Custom Enrollment Method in MoodleMobile

de Yusuf Yilmaz -

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

En respuesta a Yusuf Yilmaz

Re: Custom Enrollment Method in MoodleMobile

de Juan Leyva -
Imagen de Core developers Imagen de Moodle HQ Imagen de Plugin developers Imagen de 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

En respuesta a Juan Leyva

Re: Custom Enrollment Method in MoodleMobile

de 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