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

Instant correctness feedback on non-multiple choice questions #211

Open
yangmillstheory opened this issue Jul 22, 2023 · 1 comment
Open
Labels
suggestion Suggest a new feature or improvement

Comments

@yangmillstheory
Copy link
Contributor

This feature is enabled for multiple-choice questions; I think it'd be great if it were implemented for example, for written exercises.

Is it feasible? What do you think?

@SethClydesdale SethClydesdale added the suggestion Suggest a new feature or improvement label Jul 23, 2023
@SethClydesdale
Copy link
Owner

Hello!

I wouldn't say it's impossible, but would require quite a bit of reworking with how different the two exercise types work. Multiple choice automatically checks if the answer is correct when proceeding (even when this option is disabled), however, written exercises are only checked upon clicking the "check answers" button. I suppose one way to implement this could be to add a "check" button next to each problem, since auto-checking could be problematic. It'll be something to think about.

Thanks for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion Suggest a new feature or improvement
Projects
None yet
Development

No branches or pull requests

2 participants