colbehr / PDF-Grader

In order to more efficiently grade we propose that a piece of software can help a professor grade a PDF (scanned or digital) file while also speeding the process up by presenting the question in a more efficient order.
GNU General Public License v3.0
1 stars 0 forks source link

Issues with autoTotal(), additive and subtractive grading. #30

Open colbehr opened 1 year ago

colbehr commented 1 year ago

Points should be able to go over the max point value, or maybe even under 0. Maybe we need to simplify that section and find a way to remove autototal.

kielmorris34 commented 1 year ago

Yeah I've debated in the past weather the max point cap should be there or not in case of situations like extra credit. If that was done it would probably be fine to remove the toggle checkbox all together.

kielmorris34 commented 1 year ago

Ok the cap functionality is commented out as of https://github.com/colbehr/PDF-Grader/commit/5d655c29bda1e82cb123cda121f527861a01471e It might still be nice to have some styling of the text when it's more than the assigned cap tho, and the Auto Total checkbox can still probably be taken out too.