Commit cf81fb27 by Vik Paruchuri

Add in close date to metadata

parent 733faeba
......@@ -203,6 +203,7 @@ class CombinedOpenEndedV1Module():
'rubric': definition['rubric'],
'display_name': self.display_name,
'accept_file_upload': self.accept_file_upload,
'close_date' : self.close_date,
}
self.task_xml = definition['task_xml']
......
......@@ -292,6 +292,7 @@ class CombinedOpenEndedModuleTest(unittest.TestCase):
'display_name': 'Name',
'accept_file_upload' : False,
'rewrite_content_links' : "",
'close_date' : "",
}
oeparam = etree.XML('''
......
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