Skip to content
Snippets Groups Projects
Commit e6015eb9 authored by Calen Pennington's avatar Calen Pennington
Browse files

Make showanswer and rerandomize propogate downwards in course.xml

parent 74613b1f
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment