Replies: 1 comment 1 reply
-
I did not consider that posted a private message in a chat could have issue in the GDPR. I am getting more information on this issue with the DPO at FUN. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Private messages
I would remove the
posted private message
statement from the spec.If these messages are private, this means that users think they are speaking in a private context, and that their conversations are not recorded. So tracking private messages would rise a big issue with the GDPR.
Public messages
posted public message
: in my opinion, recording public messages is acceptable but we should think about privacy issues and give recommendations in our human readable spec.I think about 3 scenarios that should be supported be this profile :
Content of messages is included in the statements: in this case, participants of the virtual classroom should be informed that their conversations are recorded, explain why and obtain their consent.
Content of messages is NOT included in the statements: such statements (without messages) are useful from a learning analytics perspective because they give an idea of who participated actively, without divulging what they said.
Anonymization of actors: the actor may be anonymized and the message may be included. This opens the door of text analysis, without compromising the identity of the authors. However, users should be informed that their conversations are recorded, explain why and obtain their consent. This is important because the content of the messages may include names of users such as "John, regarding your question, ...".
Beta Was this translation helpful? Give feedback.
All reactions