Saving grade for non-passing students

This commit is contained in:
John Jarvis
2012-11-20 15:18:09 -05:00
parent 9c9dd05666
commit b8cfe80145

View File

@@ -240,7 +240,7 @@ class XQueueCertInterface(object):
cert.save()
else:
cert_status = status.notpassing
cert.grade = grade['percent']
cert.status = cert_status
cert.user = student
cert.course_id = course_id