-
Notifications
You must be signed in to change notification settings - Fork 42
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
Answer evaluation in UnlockProtocol #101
Answer evaluation in UnlockProtocol #101
Conversation
The way unlocking works is the following:
Suppose we have a prompt:
If a student enters
Then Getting around this requires either rewriting interact or rewriting |
… the answer for the test case
Okay. I get it now. I rewrote this to leave |
The code looks good to me. Can you write one or two tests for this in |
Done. |
LGTM. |
Answer evaluation in UnlockProtocol
This implements @papajohn's proposal in #59.