Describe the feature you'd like to be implemented
Currently the PaperAssignment model assumes that there is exactly one student per scanned submission but this is not the case for group assignments. Additionally, the Identify functionality would need to be modified, see #70.
A few thoughts:
- The submission detail page should have a quick way of assigning the same score to everyone.
- The submission detail page should allow feedback to each student and feedback to the group as a whole.
- The
Unidentified counter in the assignment detail page should be both per student and per submission, depending on whether or not a submission has already been parsed by the recognition module.
- It would be nice if we had an option to hide all other uniquely identifying information of other students from the uploaded PDF to canvas.
Describe the feature you'd like to be implemented
Currently the
PaperAssignmentmodel assumes that there is exactly one student per scanned submission but this is not the case for group assignments. Additionally, the Identify functionality would need to be modified, see #70.A few thoughts:
Unidentifiedcounter in the assignment detail page should be both per student and per submission, depending on whether or not a submission has already been parsed by the recognition module.