Custom script Moodle groups
Thursday, November 6th, 2008Created custom script in <moodleroot>/local/cron.php which enrolls users in a course and puts users in groups in depending on custom user profile fields set in Moodle. To enrol participants in a course, I use the role_assign function from accesslib.php: role_assign($roleid, $userid, $groupid, $contextid, $timestart=0, $timeend=0, $hidden=0, $enrol='manual',$timemodified='') In this case ideal function because ...



















