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

Subtract score for incorrect answers #49

Open
martinusnel opened this issue Mar 31, 2018 · 3 comments
Open

Subtract score for incorrect answers #49

martinusnel opened this issue Mar 31, 2018 · 3 comments

Comments

@martinusnel
Copy link

Request for new feature: In the scoring configuration, add another section that you can define a penalty for wrong answers.

@paullj1
Copy link
Member

paullj1 commented Apr 6, 2018

That shouldn't be too hard. Rails migration to add a new field to each problem, then add the logic into the submissions controller.

@eljeffeg
Copy link

eljeffeg commented May 11, 2018

Yup, must have - need penalties. It would also be great to have it apply penalties after X tries, like the first attempt is free, but any further incorrect answers gains negative points.

@eljeffeg
Copy link

Also be nice to have a max penalty for each question, so as not to overly discourage working on a challenge. For example, a 5 point question might look like.
1st attempt: no penalty
2nd attempt: - 1 point
3rd attempt: - 1 point
4th attempt: -1 point
Additional attempts: no penalty

In this case, penalties would start at 2, be worth 1 point, and have a max penalty of 3 points.

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

3 participants