Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use a Moodle 'API' or do I have to scrape it

I hate Moodle so much. I have to use it though so I figured I would create a new "front-end" to it. I'm wondering if Moodle has an API I can just hook. I'm hoping to get this to work with most standard Moodle's so I can't rely on anything that has to be enabled or added to Moodle.

If there isn't an "API" I can use how would the best way to scrape it be? I'm best at PHP but I'm open to new ideas.

Thanks

like image 775
Jamie H Avatar asked Feb 19 '23 08:02

Jamie H


1 Answers

look here: http://docs.moodle.org/dev/Core_APIs

and here: http://docs.moodle.org/dev/Web_services_API

Moodle is an open source project. If you don't like it (or some part of it) why not join the community and help make it better?

like image 191
Michael Avatar answered Mar 05 '23 04:03

Michael