Commit ee06afcb by Vik Paruchuri

Possibly fix self assessment tests

parent 2ba194a4
......@@ -43,7 +43,8 @@ class SelfAssessmentTest(unittest.TestCase):
'rubric': etree.XML(rubric),
'prompt': prompt,
'max_score': 1,
'display_name': "Name"
'display_name': "Name",
'accept_file_uploads' : False,
}
module = SelfAssessmentModule(test_system, self.location,
......
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