samigo: Editing points on the Questions screen allows you to save a question with total points < minimum point value
Description
If you create a quiz question with a Minimum Point Value, and then edit the question's total point value on the Questions screen for the test, you can end up with a question that automatically gives more points to students who answer it than the maximum points for the question.
Suggested fix: When updating points on the Questions screen, a check should be run to ensure that none of the questions will have min values greater than total points. If a question is found that would have a min value greater than its total points, the user should be prompted with an alert, where they must change the min value to make it less than or equal to the question's new point value.
After saving the question and returning to the Questions screen, edit the point value of the question and set it to 0, then Update Points.
Edit the question again and you'll find that it still has a minimum value (which will give students that many points for answering the question), even though the question should be giving no credit.
If you create a quiz question with a Minimum Point Value, and then edit the question's total point value on the Questions screen for the test, you can end up with a question that automatically gives more points to students who answer it than the maximum points for the question.
Suggested fix: When updating points on the Questions screen, a check should be run to ensure that none of the questions will have min values greater than total points. If a question is found that would have a min value greater than its total points, the user should be prompted with an alert, where they must change the min value to make it less than or equal to the question's new point value.