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

penalty for incorrect answers not implemented #155

Open
jwaldmann opened this issue Aug 20, 2017 · 0 comments
Open

penalty for incorrect answers not implemented #155

jwaldmann opened this issue Aug 20, 2017 · 0 comments

Comments

@jwaldmann
Copy link
Owner

jwaldmann commented Aug 20, 2017

Specification of competition says http://www.termination-portal.org/wiki/Termination_Competition_2017#Competition_Procedure

For those problems where a correct answer is (partially) known, any contradictory answer will be penalized by -10 points.

This is currently not implemented at all, and so far we were lucky, because it was never needed.

Implementation would need

  • extra DB table that stores penalties
  • web GUI (Handler) for CRUD of penalties
  • adapt all display and scoring code to also access this table
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

1 participant