-
Notifications
You must be signed in to change notification settings - Fork 23
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
Meta test that subtracts points #209
Comments
I want to work on this one |
Great, @puctom. Please drop a message in our internal channel, so we know who you are :) @martinmladenov any extra tips to @puctom on this one? You implemented something similar to code checks, maybe you have some nice lessons learned? |
I'd advise you to look into PR #210 since it does something very similar. I think the easiest way to implement this would be to make a separate step which runs those meta tests (while of course being careful not to introduce duplicated code). |
Hello! Could I also be assigned to this one as we would work together on it? |
* remove upstream * introducing penalty metachecks * Added penalty meta test exectution step * added penalty meta tests to final output writer * added logging for penalty metatest * fixed equals in exec step * suitable Result constructor in testutils * Penalty MetaTests integration Tests _1 * Update README with penalty meta tests description * More tests on PenaltyMetaTests * Increase consistency in writing the result * improve conditions about displaying metatests and codechecks results * Standard result writer tests * penalty meta tests in Weblab result writer * Remove unnecessary import * Fix logic bug * Revert "Increase consistency in writing the result" This reverts commit bc24b9c. * Revert output format changes --------- Co-authored-by: puctom <[email protected]> Co-authored-by: Martin Mladenov <[email protected]>
Sometimes we want a meta test that doesn't give points if the student got it right, but subtracts points from the students that got it wrong.
This is similar to code checks that subtract points in #168
The text was updated successfully, but these errors were encountered: