diff --git a/lms/djangoapps/instructor/views/legacy.py b/lms/djangoapps/instructor/views/legacy.py index dd4c776446..27ab17551c 100644 --- a/lms/djangoapps/instructor/views/legacy.py +++ b/lms/djangoapps/instructor/views/legacy.py @@ -342,7 +342,7 @@ def instructor_dashboard(request, course_id): student_module.delete() msg += "Deleted student module state for {0}!".format(module_state_key) event = { - "problem": problem_url, + "problem": module_state_key, "student": unique_student_identifier, "course": course_id }