Commit 45da4115 by Alexander Kryklia

Fix

parent 5e3c6736
...@@ -66,8 +66,8 @@ def get_test_system(course_id=''): ...@@ -66,8 +66,8 @@ def get_test_system(course_id=''):
node_path=os.environ.get("NODE_PATH", "/usr/local/lib/node_modules"), node_path=os.environ.get("NODE_PATH", "/usr/local/lib/node_modules"),
xblock_field_data=lambda descriptor: descriptor._field_data, xblock_field_data=lambda descriptor: descriptor._field_data,
anonymous_student_id='student', anonymous_student_id='student',
open_ended_grading_interface= open_ended_grading_interface, open_ended_grading_interface=open_ended_grading_interface,
course_id=course_id course_id=course_id,
) )
......
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