diff --git a/lms/djangoapps/courseware/views.py b/lms/djangoapps/courseware/views.py index a3040b0779..be9777c37a 100644 --- a/lms/djangoapps/courseware/views.py +++ b/lms/djangoapps/courseware/views.py @@ -1228,7 +1228,7 @@ def submission_history(request, course_id, student_username, location): len(history_entries), ) scores_by_date = { - score.modified: score + score.created: score for score in scores } scores = [