This commit is contained in:
Alexander Kryklia
2013-09-06 18:19:17 +03:00
parent 5e3c6736ab
commit 45da4115d1

View File

@@ -66,8 +66,8 @@ def get_test_system(course_id=''):
node_path=os.environ.get("NODE_PATH", "/usr/local/lib/node_modules"),
xblock_field_data=lambda descriptor: descriptor._field_data,
anonymous_student_id='student',
open_ended_grading_interface= open_ended_grading_interface,
course_id=course_id
open_ended_grading_interface=open_ended_grading_interface,
course_id=course_id,
)