You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed local_metagroups v3.6 module to Moodle v3.9.1, linked a new meta enrolment to a course, but the groups are not synced with the meta course.
Is there a way to debug why the group syncing is not working?
Could be possible to add these features?
sync multiple groups & members from each child course
Edit group naming template in the settings. For example: {groupname}-{shortname}-{fullname}
The text was updated successfully, but these errors were encountered:
I'm also finding the same issue - using Moodle 3.10.
Added students and groups to course 1
Added the plugin (from Github)
Added the meta link enrolment method to course 2
Expected behaviour
Students and groups would synchronise from course 1 to course 2
Actual behaviour
Student from course 1 was enrolled in course 2, but with no groups.
I'm not able to run CLI commands on my dev hosting setup, so tried to set up a cron job pointing to the cli/sync.php file, but that doesn't seem to do anything.
Leaving this comment for others as it didn't appear to be working for me at first either.
The default "Group mode" setting for new courses on a fresh Moodle install is set to "No Groups". The sync skips any parent courses set to No Groups, change this to either of the other two group mode options and the plugin so far appears to be function (Currently testing on Moodle 4.0.5).
I installed local_metagroups v3.6 module to Moodle v3.9.1, linked a new meta enrolment to a course, but the groups are not synced with the meta course.
Is there a way to debug why the group syncing is not working?
Could be possible to add these features?
The text was updated successfully, but these errors were encountered: