From 45bf7c2657ebbd217c07d8bb37b345a43079c9b4 Mon Sep 17 00:00:00 2001 From: Haftamu Kebede Date: Tue, 18 Nov 2025 13:24:09 +0300 Subject: [PATCH] Documentation updated to reflect changes in PR 37475 Linked PR: https://github.com/openedx/edx-platform/pull/37475#issuecomment-3533701573 --- source/educators/how-tos/configure_prerequisite_content.rst | 6 +++--- source/educators/how-tos/releasing-course/export_course.rst | 2 +- source/educators/olx/organizing-course/course-xml-file.rst | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) 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 c16a3cb25..deeb92f60 100644 --- a/source/educators/olx/organizing-course/course-xml-file.rst +++ b/source/educators/olx/organizing-course/course-xml-file.rst @@ -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