/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
common/test/data/conditional/course.xml
16 строк
740 B
Kaustav Banerjee
feat: delete XModuleDescriptorToXBlockMixin (#29927)
21 апр 2022, 18:15
Не верифицирован
21 апр 2022, 18:15
702866b
Код
Авторство
О чём код?
<course display_name="Conditional Course" org="edX" course="cond_test" graceperiod="1 day 5 hours 59 minutes 59 seconds" url_name="2012_Fall" start="2012-07-17T12:00"> <chapter display_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>