is there any API exists for Moodle? [closed]

放肆的年华 提交于 2019-12-20 14:00:02

问题


I want to create a customized front end for Moodle. Does anyone know that from where I can get API for this? or any other help?


回答1:


[Edit: I have written on, moodle theme modification which we did at http://www.iank.it/category/e-learning/ for http://www.edupristine.com/ca ]

It will be very tiresome to create a complete new frontend for moodle, I would suggest choose a theme which looks closest to what you want and then start modifying it.

You will have to understand moodle's database and tables structure and also Moodle database Manipulation API.

After this you can straight jump into tinkering the moodle code and understand its core functions wherever required.
You would also benefit from many plugins available if you modify the moodle frontend instead of creating one.




回答2:


You can install and then call Moodle's "webservices":

  • http://cipcnet.insa-lyon.fr/Members/ppollet/public/moodlews/
  • moodle.org/mod/forum/discuss.php?d=67947

Also, call Moodle from MOSS:

  • fraserelder.blogspot.com/2009/03/moodle-integration-solution.html

or the new Moodle 2 Web Services:

  • docs.moodle.org/en/Development:Web_services
  • moodle.org/mod/forum/view.php?id=6971

Moodle can integrate well with Google Sites/Apps ,Joomla ,Drupal and Wordpress (SSO, Web Services...)




回答3:


The Moodle core is well documented on their website. Try checking through those first.




回答4:


You can also use the PHP cross reference API for moodle 1.9.9 at http://xref.moodle.org/nav.html?_functions/index.html



来源:https://stackoverflow.com/questions/2009196/is-there-any-api-exists-for-moodle

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!