Moodle API - Add / Remove Classes

Moodle API - Add / Remove Classes

Cory B -
Vastausten määrä: 3
Hello,

I've looked through the Moodle API (http://moodle.org/mod/resource/view.php?id=1267), but haven't seen any way to script the creation or removal of courses. Is there any way to do this? If not, is there any reason to not add something like this to the Moodle API?

Thanks.
Arviointien keskiarvo: -
Vastaus Cory B

Re: Moodle API - Add / Remove Classes

Shane Elliott -
Kuva: Core developers Kuva: Plugin developers
Course creation and deletion are currently handled by:
course/edit.php
course/delete.php
Vastaus Cory B

Re: Moodle API - Add / Remove Classes

Martin Dougiamas -
Kuva: Core developers Kuva: Documentation writers Kuva: Moodle HQ Kuva: Particularly helpful Moodlers Kuva: Plugin developers Kuva: Testers
A web service will come eventually, but for now people just knock up little custom scripts (it's easy, because each course is just one record in the courses table)
Vastaus Martin Dougiamas

Re: Moodle API - Add / Remove Classes

Cory B -
Yeah, it looks pretty easy to script. Is there any reason to not add something like this to the Moodle API?