Files
edx-platform/common/test/data/conditional/course.xml

17 lines
720 B
XML

<course name="Conditional Course" org="edX" course="cond_test" graceperiod="1 day 5 hours 59 minutes 59 seconds"
slug="2012_Fall" start="2012-07-17T12:00">
<chapter name="Problems with Condition">
<!-- In order for the conditional to reference modules via "show",
they must be defined elsewhere in the course. Therefore, add them to a
non-released sequential. -->
<sequential start="2080-07-17T12:00">
<html url_name="congrats"/>
<html url_name="secret_page"/>
</sequential>
<sequential>
<problem url_name="choiceprob"/>
<conditional url_name="condone"/>
</sequential>
</chapter>
</course>