From 994c5b756865f15d05fb62d00b9fc6cb45b53c95 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Fri, 17 Jan 2025 11:28:04 -0300 Subject: [PATCH 1/6] merging docs integrate in one doc: create_section.rst and create_section.txt into create_hide_delete_section.rst. --- .../create_hide_delete_sections.rst | 51 ++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/source/educators/how-tos/course_development/create_hide_delete_sections.rst b/source/educators/how-tos/course_development/create_hide_delete_sections.rst index 82d2ca31b..86e1828e0 100644 --- a/source/educators/how-tos/course_development/create_hide_delete_sections.rst +++ b/source/educators/how-tos/course_development/create_hide_delete_sections.rst @@ -155,4 +155,53 @@ To delete a section, follow these steps. :width: 500 2. When you receive the confirmation prompt, select **Yes, delete this - section**. \ No newline at end of file + section**. + + +.. _Create a Section Video: + +###################### +Create a Section Video +###################### + +.. tags:: educator, how-to + +.. include:: reusable_content/create_section.txt + +.. seealso:: + :class: dropdown + + :ref:`Getting Started with Course Content Development` (reference) + + :ref:`Course Outline` (concept) + + :ref:`Creating a New Course` (how-to) + + :ref:`Create a Course in Studio ` (how-to) + + :ref:`Create the Course About Page` (how-to) + + :ref:`Understanding a Course Outline ` (reference) + + :ref:`Add Content in the Course Outline` (reference) + + :ref:`Developing Your Course Outline` (reference) + + :ref:`Modify Settings for Objects in the Course Outline` (reference) + + :ref:`Publish Content from the Course Outline` (reference) + + :ref:`Developing Course Sections` (reference) + + :ref:`Developing Course Subsections` (reference) + + :ref:`Create a Subsection` (how-to) + + :ref:`Hiding a Subsection from Learners ` (how-to) + + :ref:`Add Course Metadata` (how-to) + + :ref:`Resources for Open edX Course Teams` (reference) + + :ref:`Resources for Open edX` (reference) + \ No newline at end of file From 79da84ac80babc6c29daef9a6b68160f97d499f0 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Fri, 17 Jan 2025 15:31:47 -0300 Subject: [PATCH 2/6] merging docs adjustments --- source/educators/how-tos/create_section.rst | 25 ++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/source/educators/how-tos/create_section.rst b/source/educators/how-tos/create_section.rst index f79e44b24..e97ad84d7 100644 --- a/source/educators/how-tos/create_section.rst +++ b/source/educators/how-tos/create_section.rst @@ -6,8 +6,31 @@ Create a Section Video .. tags:: educator, how-to -.. include:: reusable_content/create_section.txt +.. START CREATE A SECTION VIDEO +#. Open the course outline in Studio. + +#. Click :guilabel:`New Section`. + + A new section is created at the end of the course content, with the section name selected. + +#. Enter the name for the new section. + +#. Set the section release date. + + #. Select the Configure icon in the section box. + + The Settings dialog box opens. + + #. Enter the release date and time for the section. + +#. To hide the section from learners, click the :guilabel:`Visibility` tab and check :guilabel:`Hide from Learners`. + +#. Click :guilabel:`Save`. + +You can then create Subsections within the section. + +.. END CREATE A SECTION VIDEO .. seealso:: :class: dropdown From c637378430dcf4190e24740ec5c471a6fe26d675 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Fri, 17 Jan 2025 15:38:06 -0300 Subject: [PATCH 3/6] adding updated ref --- .../create_hide_delete_sections.rst | 26 ++++++++++++++++++- .../educators/quickstarts/build_a_course.rst | 4 ++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/source/educators/how-tos/course_development/create_hide_delete_sections.rst b/source/educators/how-tos/course_development/create_hide_delete_sections.rst index 86e1828e0..0ef0f0fb3 100644 --- a/source/educators/how-tos/course_development/create_hide_delete_sections.rst +++ b/source/educators/how-tos/course_development/create_hide_delete_sections.rst @@ -166,7 +166,31 @@ Create a Section Video .. tags:: educator, how-to -.. include:: reusable_content/create_section.txt +.. START CREATE A SECTION VIDEO + +#. Open the course outline in Studio. + +#. Click :guilabel:`New Section`. + + A new section is created at the end of the course content, with the section name selected. + +#. Enter the name for the new section. + +#. Set the section release date. + + #. Select the Configure icon in the section box. + + The Settings dialog box opens. + + #. Enter the release date and time for the section. + +#. To hide the section from learners, click the :guilabel:`Visibility` tab and check :guilabel:`Hide from Learners`. + +#. Click :guilabel:`Save`. + +You can then create Subsections within the section. + +.. END CREATE A SECTION VIDEO .. seealso:: :class: dropdown diff --git a/source/educators/quickstarts/build_a_course.rst b/source/educators/quickstarts/build_a_course.rst index c18932556..caf28c379 100644 --- a/source/educators/quickstarts/build_a_course.rst +++ b/source/educators/quickstarts/build_a_course.rst @@ -31,7 +31,9 @@ Follow the steps below to build your first course. By the end, you will have a f 3. Create a Section ******************* -.. include:: ../how-tos/reusable_content/create_section.txt +.. include:: ../how-tos/reusable_content/create_hide_delete_section.rst + :start-after: .. START CREATE A SECTION VIDEO + :end-before: .. END CREATE A SECTION VIDEO 4. Create a Subsection From 6287fad31358a111d3792b8ca84b8c52478f5eb2 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Fri, 17 Jan 2025 15:41:57 -0300 Subject: [PATCH 4/6] deleting create_section --- source/educators/how-tos/create_section.rst | 71 ------------------- .../reusable_content/create_section.txt | 41 ----------- 2 files changed, 112 deletions(-) delete mode 100644 source/educators/how-tos/create_section.rst delete mode 100644 source/educators/how-tos/reusable_content/create_section.txt diff --git a/source/educators/how-tos/create_section.rst b/source/educators/how-tos/create_section.rst deleted file mode 100644 index e97ad84d7..000000000 --- a/source/educators/how-tos/create_section.rst +++ /dev/null @@ -1,71 +0,0 @@ -.. _Create a Section Video: - -###################### -Create a Section Video -###################### - -.. tags:: educator, how-to - -.. START CREATE A SECTION VIDEO - -#. Open the course outline in Studio. - -#. Click :guilabel:`New Section`. - - A new section is created at the end of the course content, with the section name selected. - -#. Enter the name for the new section. - -#. Set the section release date. - - #. Select the Configure icon in the section box. - - The Settings dialog box opens. - - #. Enter the release date and time for the section. - -#. To hide the section from learners, click the :guilabel:`Visibility` tab and check :guilabel:`Hide from Learners`. - -#. Click :guilabel:`Save`. - -You can then create Subsections within the section. - -.. END CREATE A SECTION VIDEO - -.. seealso:: - :class: dropdown - - :ref:`Getting Started with Course Content Development` (reference) - - :ref:`Course Outline` (concept) - - :ref:`Creating a New Course` (how-to) - - :ref:`Create a Course in Studio ` (how-to) - - :ref:`Create the Course About Page` (how-to) - - :ref:`Understanding a Course Outline ` (reference) - - :ref:`Add Content in the Course Outline` (reference) - - :ref:`Developing Your Course Outline` (reference) - - :ref:`Modify Settings for Objects in the Course Outline` (reference) - - :ref:`Publish Content from the Course Outline` (reference) - - :ref:`Developing Course Sections` (reference) - - :ref:`Developing Course Subsections` (reference) - - :ref:`Create a Subsection` (how-to) - - :ref:`Hiding a Subsection from Learners ` (how-to) - - :ref:`Add Course Metadata` (how-to) - - :ref:`Resources for Open edX Course Teams` (reference) - - :ref:`Resources for Open edX` (reference) - \ No newline at end of file diff --git a/source/educators/how-tos/reusable_content/create_section.txt b/source/educators/how-tos/reusable_content/create_section.txt deleted file mode 100644 index 26146138d..000000000 --- a/source/educators/how-tos/reusable_content/create_section.txt +++ /dev/null @@ -1,41 +0,0 @@ -.. sidebar:: Section Settings Basics tab - - .. thumbnail:: /_images/Educators_section_settings_basic.png - -.. sidebar:: Section Settings Visibility tab - - .. thumbnail:: /_images/Educators_section_settings_visibility.png - - -#. Open the course outline in Studio. - -#. Click :guilabel:`New Section`. - - A new section is created at the end of the course content, with the section name selected. - -#. Enter the name for the new section. - -#. Set the section release date. - - #. Select the Configure icon in the section box. - - The Settings dialog box opens. - - #. Enter the release date and time for the section. - -#. To hide the section from learners, click the :guilabel:`Visibility` tab and check :guilabel:`Hide from Learners`. - -#. Click :guilabel:`Save`. - -You can then create Subsections within the section. - -.. seealso:: - :class: dropdown - - :ref:`Developing Course Sections` (reference) - - Subsections - - Units - - From 0e8649ebd176a13352bfe05572ef776784155b5f Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Wed, 22 Jan 2025 10:18:31 -0300 Subject: [PATCH 5/6] deleting ref into nav file --- source/educators/navigation/creating_course.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/source/educators/navigation/creating_course.rst b/source/educators/navigation/creating_course.rst index 836b94d13..ee0da7e8a 100644 --- a/source/educators/navigation/creating_course.rst +++ b/source/educators/navigation/creating_course.rst @@ -71,7 +71,6 @@ Create a New Course ../references/course_development/publish_from_outline.rst ../references/course_development/develop_course_sections.rst ../references/course_development/course_subsections.rst - ../how-tos/create_section.rst ../how-tos/course_development/create_edit_publish_subsections.rst ../how-tos/course_development/hide_subsections.rst ../how-tos/course_development/create_hide_delete_sections.rst From 3f5b603a0d010c125eeb887befe489f7316c6d41 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Wed, 22 Jan 2025 10:19:50 -0300 Subject: [PATCH 6/6] fixing include ref --- source/educators/quickstarts/build_a_course.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/educators/quickstarts/build_a_course.rst b/source/educators/quickstarts/build_a_course.rst index caf28c379..5ec93e5a3 100644 --- a/source/educators/quickstarts/build_a_course.rst +++ b/source/educators/quickstarts/build_a_course.rst @@ -31,7 +31,7 @@ Follow the steps below to build your first course. By the end, you will have a f 3. Create a Section ******************* -.. include:: ../how-tos/reusable_content/create_hide_delete_section.rst +.. include:: ../how-tos/course_development/create_hide_delete_sections.rst :start-after: .. START CREATE A SECTION VIDEO :end-before: .. END CREATE A SECTION VIDEO