diff --git a/source/educators/how-tos/configure_prerequisite_content.rst b/source/educators/how-tos/configure_prerequisite_content.rst index bd52d5caa..2f4a6986d 100644 --- a/source/educators/how-tos/configure_prerequisite_content.rst +++ b/source/educators/how-tos/configure_prerequisite_content.rst @@ -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`. + .. 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`. .. seealso:: diff --git a/source/educators/how-tos/releasing-course/export_course.rst b/source/educators/how-tos/releasing-course/export_course.rst index 92a45cbfd..1f28e1b62 100644 --- a/source/educators/how-tos/releasing-course/export_course.rst +++ b/source/educators/how-tos/releasing-course/export_course.rst @@ -44,6 +44,7 @@ the following course data. * Pages * Course assets * Course settings +* Prerequisite course subsection settings The following data is not exported with your course. @@ -51,7 +52,6 @@ The following data is not exported with your course. * Course team data * Discussion data * Certificates -* Prerequisite course subsection settings To export your course, follow these steps. diff --git a/source/educators/olx/organizing-course/course-xml-file.rst b/source/educators/olx/organizing-course/course-xml-file.rst index 5f61dc717..3bd6496a6 100644 --- a/source/educators/olx/organizing-course/course-xml-file.rst +++ b/source/educators/olx/organizing-course/course-xml-file.rst @@ -244,6 +244,14 @@ For example, the course can contain a subsection in this format, from * - ``show_correctness`` - Defines when to show whether a learner's answer to the problem is correct; ``"always"``, ``"never"``, or ``"past_due"`` + * - ``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 * - ``showanswer`` - Defines when to show the answer to the problem. ``"always"``, ``"answered"``, ``"attempted"``, ``"closed"``, ``"finished"``, ``"correct_or_past_due"``, ``"past_due"``, ``"never"``, ``"after_attempts"``, ``"after_all_attempts"``,