diff --git a/README.md b/README.md index 6844bb67197ed575ee8537c86a6d5473fcb4ec26..1d339f0b30a494c9f2c472b64f7e8438a9227f60 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,13 @@ This module syncs drupal entities from Drupal to Moodle via built-in webservices There are four separate submodules that handle the sync of Moodle components. Enable all needed modules and configure them appropriately: -- moodle_sync_category: syncs Moodle course categories -- moodle_sync_course: syncs Moodle courses -- moodle_sync_enrollments: syncs Moodle user enrollments -- moodle_sync_users: syncs Moodle users +- moodle_sync_category: syncs Drupal Taxonomy Terms into Moodle course categories +- moodle_sync_cohorts: syncs references to Drupal Taxonomy Terms into membership of Moodle cohorts +- moodle_sync_completion: receives Moodle completions from Moodle. Needs Moodle module local_completion_push +- moodle_sync_course: syncs Drupal entities into Moodle courses +- moodle_sync_enrollments: syncs Drupal registrations into Moodle user enrollments +- moodle_sync_template: syncs Drupal Taxonomy Terms into Moodle courses, to be used as templates +- moodle_sync_users: syncs Drupal users and profiles to Moodle users ## Common concepts