lookit / lookit-api

Codebase for Lookit v2 and Experimenter v2. Includes an API. Docs: http://lookit.readthedocs.io/
https://lookit.mit.edu/
MIT License
10 stars 18 forks source link

Child data download ignores data checkbox options #1425

Open becky-gilbert opened 2 months ago

becky-gilbert commented 2 months ago

Summary

On the study's "All responses" page, researchers see some checkboxes for what data to include in their file downloads, which includes PII. These checkboxes apply to some of the files, but not others. For instance, downloading the "Child data" will always produce a file containing PII (names, birthdates etc.), even if those checkboxes are not selected. This could result in researchers assuming that their file does not contain PII and thus not handling it appropriately.

The help text for "Child data" does mention this, but it's placed at the end of the help text and probably easily missed:

All child data will be included in this file, regardless of selections above; you can use it to store this identifiable data separately from the response data.

Ideas for improvement