开发者

is there any API exists for Moodle? [closed]

Closed. This question does not meet Stack Overflow guidelines. It开发者_如何学运维 is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

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?


[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.


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...)


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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜