diff --git a/components/ILIAS/Survey/PRIVACY.md b/components/ILIAS/Survey/PRIVACY.md index 0b68e898c932..f264c5989bb1 100644 --- a/components/ILIAS/Survey/PRIVACY.md +++ b/components/ILIAS/Survey/PRIVACY.md @@ -1,20 +1,19 @@ # Survey Privacy -This documentation does not warrant completeness or correctness. Please report any -missing or wrong information using the [ILIAS issue tracker](https://mantis.ilias.de) -or contribute a fix via [Pull Request](../../docs/development/contributing.md#pull-request-to-the-repositories). +> **Disclaimer: This documentation does not guarantee completeness or accuracy. Please report any missing or incorrect information by submitting a [Pull Request](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/docs/development/contributing.md#pull-request-to-the-repositories) or, if you prefer, via the [ILIAS bug tracker](https://mantis.ilias.de). When using the bug tracker, please select the corresponding component in the **Category** field.** + ## Integrated Services - The Survey component employs the following services, please consult the respective privacy.mds - - The **Metadata** service contains two branches: LOM and custom metdata. The LOM offers storing person dates like author. Custom metadata do contain user-created metadata sets which may contain personal data, which must be individually checked in the global administration.) - - The **Object** service stores the account which created the + - The [Metadata](../Metadata/PRIVACY.md) component contains two branches: LOM and custom metdata. The LOM offers storing person dates like author. Custom metadata do contain user-created metadata sets which may contain personal data, which must be individually checked in the global administration.) + - The **ILIASObject** component stores the account which created the object as it's owner and creation and update timestamps for the object. - [AccessControl](../AccessControl/PRIVACY.md) - - [Info Screen Service](../InfoScreen/PRIVACY.md) - - [Competence Service](../Skill/PRIVACY.md) - - The **Conditions** service controls preconditions for repository objects. The survey implements a "Finished" condition. + - [InfoScreen](../InfoScreen/PRIVACY.md) + - [Skill](../Skill/PRIVACY.md) + - The **Conditions** component controls preconditions for repository objects. The survey implements a "Finished" condition. ## Configuration @@ -93,9 +92,9 @@ The following settings in individual feedback surveys configure privacy related ## Data being deleted -Work in progress. +>**[PLEASE ADD INFORMATION HERE]** ## Data being exported - XML Exports of Surveys do not contain any personal data. -- Results screens provide Spreadsheet exports of the presented data. \ No newline at end of file +- Results screens provide Spreadsheet exports of the presented data.