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
19 changes: 9 additions & 10 deletions components/ILIAS/Survey/PRIVACY.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
- Results screens provide Spreadsheet exports of the presented data.
Loading