Make grade graph on profile work correctly

This commit is contained in:
Calen Pennington
2012-06-28 13:40:37 -04:00
parent 23195e9d76
commit 35af8101d7
4 changed files with 18 additions and 7 deletions

View File

@@ -37,5 +37,7 @@ class XmlDescriptor(XModuleDescriptor):
course,
xml_object.tag,
xml_object.get('slug')],
display_name=xml_object.get('name')
display_name=xml_object.get('name'),
format=xml_object.get('format'),
graded=xml_object.get('graded') == 'true',
)