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 need understanding of moodle 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 can install and then call Moodle's "webservices":
Also, call Moodle from MOSS: or the new Moodle 2 Web Services: 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 |
|||
|
|