Moodle API - Add / Remove Classes

Moodle API - Add / Remove Classes

ved Cory B -
Antal besvarelser: 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.
Gennemsnitsbedømmelse: -
I svar til Cory B

Re: Moodle API - Add / Remove Classes

ved Martin Dougiamas -
Billede af Core developers Billede af Documentation writers Billede af Moodle HQ Billede af Particularly helpful Moodlers Billede af Plugin developers Billede af 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)
I svar til Martin Dougiamas

Re: Moodle API - Add / Remove Classes

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