Commit bcd30223 by Vik Paruchuri

Add in import for reverse in staff grading (wouldn't work without it)

parent 3fa1cfd0
......@@ -1921,8 +1921,6 @@ class OpenEndedResponse(LoncapaResponse):
else:
self.max_score = 1
log.debug(self.max_score)
def get_score(self, student_answers):
try:
......
......@@ -12,6 +12,7 @@ from django.http import HttpResponse
from django_future.csrf import ensure_csrf_cookie
from django.views.decorators.cache import cache_control
from mitxmako.shortcuts import render_to_response
from django.core.urlresolvers import reverse
from courseware import grades
from courseware.access import has_access, get_access_group_name
......
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