Moodle API - Add / Remove Classes

Moodle API - Add / Remove Classes

Cory B發表於
Number of replies: 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.
評比平均分數: -
In reply to Cory B

Re: Moodle API - Add / Remove Classes

Martin Dougiamas發表於
Core developers的相片 Documentation writers的相片 Moodle HQ的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 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)
In reply to 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?