This:
1. Deletes XModuleDescriptorToXBlockMixin
2. Deletes `metadata_traslations` and `_translate()` from `XmlParserMixin`,
and all related implementations.
3. Removes translations of deprecated OLX attributes during import/export:
<old_attr> : <new_attr>
- 'slug' : 'url_name'
- 'name' : 'display_name'
- 'id' : 'discussion_id' (Discussion XBlock)
- 'for' : 'discussion_target' (Discussion XBlock)
- 'attempts' : 'max_attempts' (CAPA)
17 lines
740 B
XML
17 lines
740 B
XML
<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>
|