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

Password protected handout/assessment downloads #766

Open
nayak16 opened this issue Jan 23, 2017 · 1 comment
Open

Password protected handout/assessment downloads #766

nayak16 opened this issue Jan 23, 2017 · 1 comment

Comments

@nayak16
Copy link
Member

nayak16 commented Jan 23, 2017

We want to password protect handout downloads with a unique password for each user based on their email. V2 will be custom password generators so instructors can specify how to match and verify passwords.

Suggested by Seth Goldstein (213 professor at CMU)

@zyx-billy
Copy link
Member

I wonder if this could be done with custom listOptions for an assessment. There doesn't seem to be any documentation on it, but 213 bomblab uses listOptions to display a custom 'Download your bomb' option on the sidebar of an assessment.
It seems at the very least, it could support any custom link. We can easily make it more powerful by sending the username in the query params, and/or asking the user for a passphrase and sending that along with the request as well. This way, the instructor can setup a simple server somewhere else that does whatever they want.

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

4 participants