We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa6249 commit f2ebd77Copy full SHA for f2ebd77
lms/djangoapps/grades/tests/test_score_render.py
@@ -10,8 +10,11 @@
10
11
from common.djangoapps.student.models import AnonymousUserId
12
from common.djangoapps.student.tests.factories import UserFactory
13
+from lms.djangoapps.grades.score_render import (
14
+ get_block_for_descriptor_without_access_check,
15
+ load_xblock_for_external_grader
16
+)
17
from lms.djangoapps.grades.signals.handlers import handle_external_grader_score
-from lms.djangoapps.grades.score_render import get_block_for_descriptor_without_access_check, load_xblock_for_external_grader
18
from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase
19
from xmodule.modulestore.tests.factories import BlockFactory, CourseFactory
20
0 commit comments