-
Notifications
You must be signed in to change notification settings - Fork 940
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
Allow teachers to override or disable honesty prompt #187
Comments
Hey David, this is my first time contributing and I just have a question. Do you want this value to be a command-line argument? |
Thanks, @ashermkn1! This would need to be a setting in a teacher's |
At present, the prompt is passed in as an argument to One issue is that in principle, whatever code that does this should be in lib50, since lib50 is what handles all of the Probably the nicest way to handle this is just to have the |
Thank you so much for the explanation @crossroads1112, I will definitely do that. |
Oh, I'm so sorry @ashermkn1 I totally didn't see your first comment, just Davids in my notification. I actually just did it cs50/lib50#59. That said, |
That would be great! I would love for my first contribution to be for cs50 |
@crossroads1112 , The Travis Build keeps failing and it cannot find version 3.0.0 that you updated and I don't know how to fix that or tell it that the version it is looking for hasn't been pushed yet. Any help you could give me? |
Right, that version of |
pulls 🔍 : author:ashermkn1 |
Perhaps add a
key, where
VALUE
can befalse
or a string that's displayed instead of the default https://github.com/cs50/submit50/blob/develop/submit50/__main__.py#L80?The text was updated successfully, but these errors were encountered: