Skip to content
Snippets Groups Projects
Commit 5227734f authored by Bridger Maxwell's avatar Bridger Maxwell
Browse files

merge

parents b694183d 11f30122
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ def profile(request):
correct=response.grade
else:
correct=0
total=capa_module.LoncapaModule(etree.tostring(p), "id").max_score() # TODO: Add state. Not useful now, but maybe someday problems will have randomized max scores?
total=courseware.modules.capa_module.LoncapaModule(etree.tostring(p), "id").max_score() # TODO: Add state. Not useful now, but maybe someday problems will have randomized max scores?
scores.append((int(correct),total))
score={'course':course,
'section':s.get("name"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment