From 1d6b2990f746eba0a87239fbec8a9663e09cc4b4 Mon Sep 17 00:00:00 2001
From: stemiwe <stefan.weber@think-modular.com>
Date: Fri, 4 Apr 2025 18:15:10 +0200
Subject: [PATCH] Update README

---
 README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 6844bb6..1d339f0 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
 
-- 
GitLab