Commit 596fe6f3 by Calen Pennington

Initialize StudentModule with the max_score

parent 0fad71ea
...@@ -248,7 +248,8 @@ def get_module(user, request, location, student_module_cache, position=None): ...@@ -248,7 +248,8 @@ def get_module(user, request, location, student_module_cache, position=None):
student=user, student=user,
module_type=descriptor.type, module_type=descriptor.type,
module_state_key=module.id, module_state_key=module.id,
state=module.get_instance_state()) state=module.get_instance_state(),
max_grade=module.max_score())
instance_module.save() instance_module.save()
# Add to cache. The caller and the system context have references # Add to cache. The caller and the system context have references
# to it, so the change persists past the return # to it, so the change persists past the return
......
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