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

Only display the expected value after student has attempted koan #91

Open
DavidWhitlock opened this issue Jul 27, 2018 · 0 comments
Open

Comments

@DavidWhitlock
Copy link
Contributor

Hey, @matyb and all. My students this summer used the koans in my Java programming course and I got an interesting piece of feedback about them: Because the expected value of the "__" is always displayed before attempting to solve the koan, it was very tempting for the students to simply paste the expected value into the assertion statement and move on.

What would be the feasibility of displaying the expected result only after the student has attempted the koan once (or twice or whatever you think makes sense)?

So, information such as

What went wrong: 
expected:<true> but was:<REPLACE ME>

would not be displayed until the koan has already failed once.

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

No branches or pull requests

1 participant