-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
EnhancementNew feature or requestNew feature or requestimportantFixing this is important, but not mission-criticalFixing this is important, but not mission-critical
Description
Unattempted questions in submissions should be marked graded
Request to update existing auto-submission feature.
Current behaviour
When an assessment closes, the backend auto-submits all student submissions, and inserts empty answers for any questions that were not attempted by the student. These empty answers have the answer string set to // Question not answered by student
.
However, these empty answers are not treated as :graded
for the purposes of the grading_status
field, as it is computed by comparing the number of questions in a submission to the number of manual gradings for that submission found in the database.
Ideal behaviour
All empty answers are treated as :graded
and the grading overview of submissions on the frontend appropriately reflects wholly unattempted assessments as fully graded.
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestimportantFixing this is important, but not mission-criticalFixing this is important, but not mission-critical