update_item and other refactorings continued
This commit is contained in:
@@ -292,7 +292,7 @@ class TestRescoringTask(TestIntegrationTask):
|
||||
self.course.id, InstructorTaskModuleTestCase.problem_location(problem_url_name)
|
||||
)
|
||||
descriptor.data = problem_xml
|
||||
self.module_store.update_item(descriptor, 'define_randomized_custom_response_problem')
|
||||
self.module_store.update_item(descriptor, '**replace_user**')
|
||||
else:
|
||||
# Use "per-student" rerandomization so that check-problem can be called more than once.
|
||||
# Using "always" means we cannot check a problem twice, but we want to call once to get the
|
||||
|
||||
Reference in New Issue
Block a user