Make showanswer and rerandomize propogate downwards in course.xml

This commit is contained in:
Calen Pennington
2012-04-30 14:30:32 -04:00
parent 74613b1f62
commit e6015eb9e7

View File

@@ -177,6 +177,8 @@ def course_xml_process(tree):
propogate_downward_tag(tree, "due")
propogate_downward_tag(tree, "graded")
propogate_downward_tag(tree, "graceperiod")
propogate_downward_tag(tree, "showanswer")
propogate_downward_tag(tree, "rerandomize")
return tree
def course_file(user):