Meta-course group synchronization
Maintained by
Paul Holden
Automatically synchronize groups from child courses into meta-courses.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Installed on a Moodle 3.9 and not working.
The metacourse has two child courses. If I bulk upload the users with the groups created via the CSV file this works on the Metacourse, and the enrolments go to the child courses, but the groups are not created.
I've tried running the cli/sync.php file as instructed and this doesn't seem to do anything; even in verbose mode.
demsley@sc1430:/home/public_html/moodle/local/metagroups/cli$ sudo php sync.php -v
demsley@sc1430:/home/public_html/moodle/local/metagroups/cli$
I would appreciate some advice on what I'm doing wrong,
Cheers
Dave
Best Regards
Dave
Unfortunately your plug-in creates and synchronizes only groups, created AFTER meta-link is set. Plugin does not see any groups that were created EARLIER. Is it possible to make a change, so that ALL groups from the course can be synchronized?