Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/educators/how-tos/configure_prerequisite_content.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ subsection, follow these steps.
:alt: A subsection in the course outline with a prerequsitie indicated.
:width: 600

.. note:: Prerequisite course subsection settings are not retained when
you :ref:`Export a Course` and :ref:`Import a Course`, or
when you :ref:`re-run a course<Re Run a Course>`.
.. note:: Prerequisite course subsection settings are retained when
you :ref:`Export a Course` and :ref:`Import a Course`, but not retained when
you :ref:`re-run a course<Re Run a Course>`.

.. seealso::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ the following course data.
* Pages
* Course assets
* Course settings
* Prerequisite course subsection settings

The following data is not exported with your course.

* User data
* Course team data
* Discussion data
* Certificates
* Prerequisite course subsection settings

To export your course, follow these steps.

Expand Down
6 changes: 6 additions & 0 deletions source/educators/olx/organizing-course/course-xml-file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ For example, the course can contain a sequential in this format.
- TBD
* - ``xqa_key``
- TBD
* - ``required_content``
- If the sequential has a prerequisite, ``ID`` of the required sequential
* - ``min_score``
- If the sequential has a prerequisite, minimum score of the required sequential
* - ``min_completion``
- If the sequential has a prerequisite, minimum completion of the required sequential

==============================================
``sequential`` Children
Expand Down