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

Let user reattempt solving an arbitrary step in the tutorial #39

Open
anton-trunov opened this issue Jun 7, 2017 · 3 comments
Open

Comments

@anton-trunov
Copy link

I cannot figure out a way of redefining a solution to a chosen step of the tutorial if I have already found a solution and the step is marked [solved]. E.g. I find a solution from the first principles and and then I want to check another more elegant one.

@evinism
Copy link
Owner

evinism commented Jun 9, 2017

Hmm, would just enabling the win condition for the problem you're currently looking at be a sufficient enough user interface? Or do you want a more explicit "retry" option?

@anton-trunov
Copy link
Author

"Retry" sounds good!
Or if I redefine the variable (like the variable E of problem 28) I'd like to have my solution re-checked. E.g. right now it seems that redefining E to be something deliberately wrong (like E := λx.x) does nothing: the problem is still [solved].

@evinism
Copy link
Owner

evinism commented Oct 19, 2017

interim version implemented here, this just checks win condition for your current problem #57

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