-
Notifications
You must be signed in to change notification settings - Fork 67
feat: add ability to view solutions in lessons #202
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
Conversation
@fsdiogo Looking good! I pushed a couple of commits to tweak some typos or confusing language I happened to come across while testing and to add instructions for including Are you comfortable with "View Solution" being clickable even when you're already viewing the solution, or would you rather make the option disappear or change to non-clickable "Viewing solution" text until the user types something new and the code editor contents no longer match the solution code? This former is what happens with the "Reset code" option, which disappears when the code editor contents match the default code. |
We were using |
I'd prefer to always have the option to click the |
@fsdiogo Okay, I'm good to have you merge this if you're feeling ready! I'll change |
Closes #89.