Skip to content

Commit

Permalink
regrader now fills ExamScore.examrecordscore
Browse files Browse the repository at this point in the history
  • Loading branch information
jbau committed Mar 26, 2013
1 parent 17c30cf commit f204cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/courses/management/commands/regrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def handle(self, *args, **options):
updates += 1
if examscore_before != examscore_after:
es.score = examscore_after
es.examrecordscore = ers
es.save()
updates += 1

Expand Down

0 comments on commit f204cbe

Please sign in to comment.