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..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 @@ -155,4 +155,77 @@ 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 + +.. 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/create_section.rst b/source/educators/how-tos/create_section.rst deleted file mode 100644 index f79e44b24..000000000 --- a/source/educators/how-tos/create_section.rst +++ /dev/null @@ -1,48 +0,0 @@ -.. _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 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 - - 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 diff --git a/source/educators/quickstarts/build_a_course.rst b/source/educators/quickstarts/build_a_course.rst index c18932556..5ec93e5a3 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/course_development/create_hide_delete_sections.rst + :start-after: .. START CREATE A SECTION VIDEO + :end-before: .. END CREATE A SECTION VIDEO 4. Create a Subsection