Skip to content
Snippets Groups Projects
Commit ee06afcb authored by Vik Paruchuri's avatar Vik Paruchuri
Browse files

Possibly fix self assessment tests

parent 2ba194a4
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment