tags:

views:

477

answers:

2

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?

+3  A: 

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

BBlake
+2  A: 

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

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

nadavkav