From a5eac770b9ad461727131c1b8ae6deae418ebe1c Mon Sep 17 00:00:00 2001 From: Stefan Meyer Date: Tue, 16 Dec 2025 11:55:32 +0100 Subject: [PATCH] CourseReference: PRIVACY.md --- components/ILIAS/CourseReference/PRIVACY.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 components/ILIAS/CourseReference/PRIVACY.md diff --git a/components/ILIAS/CourseReference/PRIVACY.md b/components/ILIAS/CourseReference/PRIVACY.md new file mode 100644 index 000000000000..bae173283a5b --- /dev/null +++ b/components/ILIAS/CourseReference/PRIVACY.md @@ -0,0 +1,20 @@ +# Course Reference +Disclaimer: This documentation does not guarantee completeness or correctness. Please report any missing or incorrect information using the ILIAS issue tracker or contribute a fix via Pull Request (docs/development/contributing.md#pull-request-to-the-repositories). +## General Information +A course link makes it possible to call up an existing course from a different position. Course links can be integrated into courses and thus achieve a kind of course-in-course effect. +## Integrated Services +- Course +- Access control +- Learning Progress +- Membership service + +## Data being stored +The course reference itself does not store any personal data. +If changes have been made in the ‘Learning Progress tab in the course reference (e.g. adding ‘Mark’, ‘Remark’ or activating the ‘Completed’ checkbox if the learning progress settings are set accordingly), these are saved but not passed on to the corresponding course and vice versa. + +## Data being presented +If the setting “Adopted from Course “ is selected, the learning progress from the corresponding course, including first name, last name, login name, first and last access are presented. +## Data being deleted +The course reference itself does not store or delete any personal data. +## Data being exported +No personal data will be exported. \ No newline at end of file