Commit f01c7f94 by Calen Pennington

Merge pull request #1649 from MITx/feature/jkarni/folditxblockupdate

readding Julian Arni's update to definition
parents cf4ea53d 830e08db
......@@ -173,4 +173,10 @@ class FolditDescriptor(XmlDescriptor, EditingDescriptor):
# so always need to actually check.
always_recalculate_grades = True
metadata_attributes = XmlDescriptor.metadata_attributes + ('required_level', 'required_sublevel')
@classmethod
def definition_from_xml(cls, xml_object, system):
return ({}, [])
def definition_to_xml(self):
xml_object = etree.Element('foldit')
return xml_object
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