Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add anonymous to classmates mode #55

Open
mterwill opened this issue Oct 25, 2016 · 2 comments
Open

Add anonymous to classmates mode #55

mterwill opened this issue Oct 25, 2016 · 2 comments

Comments

@mterwill
Copy link
Owner

mterwill commented Oct 25, 2016

It's been brought to my attention that student names/classes they are taking is private information. Students should be able to hide their names from other students.

@mterwill
Copy link
Owner Author

FERPA gives the following guidelines, which I believe are applicable here (source):

Schools may disclose, without consent, "directory" information such as a student's name, address, telephone number, date and place of birth, honors and awards, and dates of attendance. However, schools must tell parents and eligible students about directory information and allow parents and eligible students a reasonable amount of time to request that the school not disclose directory information about them.

I think we can implement this as an extension of the per-queue private mode added in #161. Students can toggle a setting that will hide their information from other students on the queue.

@developStorm
Copy link

@mterwill You're right about name being part of directory information. However, enrollment information such as which class a student is in is not considered directory information and should not be disclosed without consent (OH queue effectively leaks this). Additionally, students have the right under FERPA to restrict the release of their directory information, which would include their name.

It's crucial to ensure that our implementation fully complies with FERPA regulations and protects student privacy. I don't think it makes sense to post students' names publicly in an oh queue context, it may also make students feel too embarrassed to come up and ask questions etc. This information should simply stop being made public IMHO.

Also, privacy@umich.edu might be a good resource to consult for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants