jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
99 stars 85 forks source link

Webservice to create a VPL activity #73

Open alphonse92 opened 6 years ago

alphonse92 commented 6 years ago

Hi @jcrodriguez-dis i did not found some endpoint to create a VPL activitity. Does exist some way to create a VPL activity from external access?

If not, how can i create a VPL activity well formed in database?

Thanks for you response.

jcrodriguez-dis commented 6 years ago

Hi Alejandro, Try this post

https://stackoverflow.com/questions/32696295/create-moodle-activities-programmatically

Hi @jcrodriguez-dis https://github.com/jcrodriguez-dis i did not found some endpoint to create a VPL activitity. Does exist some way to create a VPL activity from external access?

If not, how can i create a VPL activity well formed in database?

Thanks for you response.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jcrodriguez-dis/moodle-mod_vpl/issues/73, or mute the thread https://github.com/notifications/unsubscribe-auth/AB-d5xC9nUIMGWjzzgPPpxbOwvBni5rpks5uRuFcgaJpZM4WBwvI .

alphonse92 commented 6 years ago

Can i create a web service for it? If yes, could you integrate it via PR to the repo?.