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

disable sorry check when using previous exercises #17

Open
robertylewis opened this issue Oct 14, 2024 · 0 comments
Open

disable sorry check when using previous exercises #17

robertylewis opened this issue Oct 14, 2024 · 0 comments

Comments

@robertylewis
Copy link
Owner

Some assignments are expected to be structured like this:

@[autogradedProof 1] theorem aLemma : SomeProp := sorry 

@[autogradedProof 1] theorem mainResult : SomeOtherProp := sorry 
/- this proof uses `aLemma` -/

If a student proves mainResult dependent on aLemma, but doesn't prove aLemma, they won't get points on either.

We should add an option that stops the sorry check from recursing into declarations that are themselves tagged as autograded, so that the right amount of partial credit gets assigned here.

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