KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Document feasible approaches to ensure privacy over LTI #141

Closed hgeorgsch closed 4 years ago

hgeorgsch commented 5 years ago

This is not really a CAPQuiz issue, but critical for deployment at institutions where moodle is not the favoured LMS.

There are at least three approaches to personal management of personal information.

  1. Leaving to the students to request disclosure/corrections via the Moodle interface.
  2. Implement bulk deletion of all LTI users belonging to an activity (by LTI key), and delete all users when the course is ended. This requires an extension to Moodle.
  3. Propagate privacy API calls through LTI. This is a convenient idea, but unlikely to be feasible.