pass grade feeze info to xblocks

This commit is contained in:
noraiz-anwar
2019-03-28 18:08:22 +05:00
committed by Noraiz Anwar
parent afdd6c5a89
commit eeb89c457d
5 changed files with 41 additions and 15 deletions

View File

@@ -36,7 +36,8 @@ from lms.djangoapps.grades.models import (
PersistentSubsectionGradeOverrideHistory,
)
from lms.djangoapps.grades.subsection_grade import CreateSubsectionGrade
from lms.djangoapps.grades.tasks import are_grades_frozen, recalculate_subsection_grade_v3
from lms.djangoapps.grades.tasks import recalculate_subsection_grade_v3
from lms.djangoapps.grades.grade_utils import are_grades_frozen
from opaque_keys import InvalidKeyError
from opaque_keys.edx.keys import CourseKey, UsageKey
from openedx.core.djangoapps.course_groups import cohorts