Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 22 additions & 20 deletions components/ILIAS/Course/PRIVACY.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
# Course
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).
# Course Privacy

> **Disclaimer: This documentation does not guarantee completeness or accuracy. Please report any
> missing or incorrect information via [Pull Request](../../../docs/development/contributing.md#pull-request-to-the-repositories).**

## General Information
Courses support teaching and training events. Courses can contain almost any content. Learners can often create their own learning content, upload files, or share them. This created content is not part of this privacy.md.

## Integrated Services
The Course employs the following services, please consult the respective PRIVACY.md files:
- Learning Progress
- Metadata
- Object
- AccessControl
- Info Screen
- Tracking
- [MetaData](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/components/ILIAS/MetaData/PRIVACY.md)
- ILIASObject
- [AccessControl](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/components/ILIAS/AccessControl/PRIVACY.md)
- [InfoScreen](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/components/ILIAS/InfoScreen/PRIVACY.md)
- Calendar
- Didactic templates
- Tagging service
- Notes and comments
- Certificate
- Skills
- Mail
- News incl. Timeline
- Membership service
- [DidacticTemplate](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/components/ILIAS/DidacticTemplate/PRIVACY.md)
- Tagging
- [Notes](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/components/ILIAS/Notes/PRIVACY.md)
- [Certificate](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/components/ILIAS/Certificate/PRIVACY.md)
- Skill
- [Mail](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/components/ILIAS/Mail/PRIVACY.md)
- [News](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/components/ILIAS/News/PRIVACY.md)
- Membership
- Multilingualism
- Orgunits / Positions
- Badges
- Export
- [OrgUnit](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/components/ILIAS/OrgUnit/PRIVACY.md)
- Badge
- [Export](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/components/ILIAS/Export/PRIVACY.md)

## Data being stored
- Settings > Course information> Contact offers storing personal information of the person responsible for offering and running the course.
Expand All @@ -34,16 +37,15 @@ The Course employs the following services, please consult the respective PRIVACY
- All Timings with Relative Dates always stores userID and ReferenceID and Timestamps for start and end dates.
- Learning Objective Driven Course does store personal data:
- Each Learning Objective stores userID and ObjectiveID and Timestamp, for initial test and achievement test the required minimum and the achieved percentage.

## Data being presented
If it has been entered under Settings > Course information> Contact, the e-mail(s), first and last name are presented.
Timings Data is presented in the Member tab for each user. This is a mix of Membership service and course from long ago.
Learning Objective Data are only presented in Learning Progress service / tab.


## Data being deleted
Basic object, permissions and learning progress data are deleted only, once the object is deleted from trash. The trash can be emptied at Administration > System Settings an Maintenance > Repository and Trash > Trash.
Members and their interactions will be removed from the course if the course is restored from the trash.


## Data being exported
XML Exports of Course contains the first name, last name and e-mail(s), if these pieces of information were entered under Settings > Course Information> Contact.
Loading