Commit e26f57a1 by Eric Fischer

a though, continued

parent 8af51c16
...@@ -438,7 +438,8 @@ class AssessmentWorkflow(TimeStampedModel, StatusModel): ...@@ -438,7 +438,8 @@ class AssessmentWorkflow(TimeStampedModel, StatusModel):
sub_api.reset_score( sub_api.reset_score(
sub_dict['student_item']['student_id'], sub_dict['student_item']['student_id'],
self.course_id, self.course_id,
self.item_id self.item_id,
emit_signal=False,
) )
sub_api.set_score( sub_api.set_score(
self.submission_uuid, self.submission_uuid,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment