Make showanswer and rerandomize propogate downwards in course.xml

This commit is contained in:
Calen Pennington
2012-04-30 14:30:32 -04:00
committed by Kyle Fiedler
parent edec1b5558
commit 4084aaef18

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):