CodeGrade / bottlenose

CS assignment / grade mangement system
GNU Affero General Public License v3.0
38 stars 21 forks source link

Feature Request: Show graders previously submitted feedback for a given question #178

Open mattrberry opened 4 years ago

mattrberry commented 4 years ago

The Problem

When grading quizzes, graders are often presented with preset options like:

However, most of the time the grader will assign a different amount of points than is defined in the preset list, in addition to adding more specific feedback.

A common trend that I've noticed, though, is that many of the mistakes that students make are very similar, if not identical. This leads to me opening the old quizzes I've graded in order to ensure that I'm deducting points and providing feedback consistently.

The Proposal

When the grader selects a quiz question to grade, Bottlenose could display a sidebar containing previously assigned feedback for that question, represented by a pair containing the points earned and the feedback given.

This would allow all graders to see all other feedback given for the selected question. If a grader believes that the description and points match the specific student answer they're grading, they could simply click that pair in the sidebar and have it populate in the quiz they're grading.

Extra credit if the sidebar is searchable.

Benefits

blerner commented 4 years ago

This is a good idea, but doesn't go far enough. We need to be careful about consistency in manual grading also, as well as quiz/question grading. Coming up with a better workflow for these sorts of issues is a medium-high priority, but will require a fairly large redesign...