From ed6e0ca38e4777893e8067fdd3d331bff1f9b8f5 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Thu, 19 Dec 2024 16:08:03 -0300 Subject: [PATCH 01/15] add create_unit.rst file adding and cleaning up for create_unit.rst --- source/educators/how-tos/create_unit.rst | 29 +++++++++++++++++++ .../educators/navigation/creating_course.rst | 1 + 2 files changed, 30 insertions(+) create mode 100644 source/educators/how-tos/create_unit.rst diff --git a/source/educators/how-tos/create_unit.rst b/source/educators/how-tos/create_unit.rst new file mode 100644 index 000000000..b2a512bbf --- /dev/null +++ b/source/educators/how-tos/create_unit.rst @@ -0,0 +1,29 @@ +.. _Create a Unit: + +############# +Create a Unit +############# + + +#. In the course outline, within the subsection that you want to create the unit, click :guilabel:`New Unit`. + + A new unit is created at the end of the subsection and the blank unit editor opens. + +#. Click the pencil icon (|Pencil Icon|) and enter the name for the new unit. + + You can now add components to the unit as needed. + +#. Click the Visibility tab to change the subsection visibility and assessment results visibility. + +You can then create units within the subsection. + +.. seealso:: + :class: dropdown + + Add a Component (how-to) + + :ref:`Developing Course Units` (reference) + + Components (reference) + + Conditional Content (reference) diff --git a/source/educators/navigation/creating_course.rst b/source/educators/navigation/creating_course.rst index 408d5143b..8cf0526c9 100644 --- a/source/educators/navigation/creating_course.rst +++ b/source/educators/navigation/creating_course.rst @@ -63,6 +63,7 @@ Create a New Course ../concepts/open_edx_platform/outline_studio_lms.rst ../how-tos/set_up_course/creating_new_course.rst ../how-tos/create_course.rst + ../how-tos/create_unit.rst ../how-tos/create_course_about_page.rst ../references/course_development/understanding_course_outline.rst ../references/course_development/add_edit_in_outline.rst From bc6cf4c5a2ec2564b023aaa59b22eb9687db0a85 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Thu, 19 Dec 2024 16:22:14 -0300 Subject: [PATCH 02/15] transforming create_section into rst format and cleaning it up --- source/educators/how-tos/create_section.rst | 37 +++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/source/educators/how-tos/create_section.rst b/source/educators/how-tos/create_section.rst index 5433fd760..c8a955333 100644 --- a/source/educators/how-tos/create_section.rst +++ b/source/educators/how-tos/create_section.rst @@ -1,6 +1,39 @@ +.. _Create a Section: + +################ Create a Section -################# +################ .. tags:: educator, how-to -.. include:: reusable_content/create_section.txt + +#. 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 \ No newline at end of file From 463f0264127499ed27b37d92d61a8a9df1aaefbe Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Fri, 20 Dec 2024 11:47:28 -0300 Subject: [PATCH 03/15] adding create_subsection.rst --- .../educators/how-tos/create_subsection.rst | 39 ++++++++++++++++++- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/source/educators/how-tos/create_subsection.rst b/source/educators/how-tos/create_subsection.rst index 35da7135c..22beab5e3 100644 --- a/source/educators/how-tos/create_subsection.rst +++ b/source/educators/how-tos/create_subsection.rst @@ -1,6 +1,41 @@ +.. _Create a Subsection: + +################### Create a Subsection -#################### +################### .. tags:: educator, how-to -.. include:: reusable_content/create_subsection.txt + +#. In the course outline, within the section that you want to create the subsection, click :guilabel:`New Subsection`. + + A new subsection is created at the end of the section, with the subsection name selected. + +#. Enter the name for the new subsection. + +#. If the subsection should release a a later time than the containing section, set the release date. + + #. Select the Configure icon in the subsection box. + + The Settings dialog box opens. + + #. Enter the release date and time for the subsection in the Basics tab. + +#. If the subsection is to be graded, in the Settings dialog box, set release a a later time than the containing section, set type of assignment and the due date in the Basics tab. + +#. Click the :guilabel:`Visibility` tab to change the subsection visibility and assessment results visibility. + +#. Click :guilabel:`Save`. + +You can then create units within the subsection. + +.. seealso:: + :class: dropdown + + :ref:`Developing Course Subsections` (reference) + + Grading + + Units + + From 9d472258362566f981eac8cbbe1661e0a11060f0 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Thu, 9 Jan 2025 14:40:39 -0300 Subject: [PATCH 04/15] creating one single file merging 3 files into 1 --- source/educators/how-tos/create.rst | 286 ++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 source/educators/how-tos/create.rst diff --git a/source/educators/how-tos/create.rst b/source/educators/how-tos/create.rst new file mode 100644 index 000000000..2fb8fcd43 --- /dev/null +++ b/source/educators/how-tos/create.rst @@ -0,0 +1,286 @@ +.. _Create a Section: + +################ +Create a Section +################ + +.. tags:: educator, how-to + + +#. 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 + +.. _Create a Unit: + +**************************** +Create a Unit +**************************** + +.. tags:: educator, how-to + +You can create a unit from the outline or create a unit in the same subsection +from the unit page. + +To create a unit from the outline, follow these steps. + +#. In the outline, expand the subsection in which you want to create a new + unit. +#. Select **New Unit** at the bottom of the expanded subsection. A new + page opens for you to add components to the unit. +#. On the unit page, the unit name is selected. Supply an identifying name. A + descriptive name can help learners locate content in the course. It can + also help you select content when you analyze performance in reporting and + analytics systems. +#. :ref:`Add components` to the new unit as needed. + +To create a unit from a unit page, follow these steps. + +#. In the **Unit Navigation Bar** area, select **New Unit**. + + ... image:: /_images/educator_how_tos/unit_location.png + :alt: The Unit Navigation Bar in the Unit page. + :width: 660 + + The unit page for the new unit opens automatically. + +#. On the unit page, the unit name is selected. Supply an identifying name. A + descriptive name can help learners locate content in the course. It can + also help you select content when you analyze performance in reporting and + analytics systems. + +#. :ref:`Add components` to the new unit as needed. + +You must then :ref:`publish the unit` to make it visible to +learners. + + +.. _Edit a Unit: + +************** +Edit a Unit +************** + +You can edit a unit in the following ways. + +* Edit the unit name +* Add components to units +* Reorganize Components in Units + +When you make any of these changes, if you previously published the unit, the +state changes to :ref:`Draft Unpublished Changes`. You must then :ref:`publish +the unit` to make your edits visible to learners. + +If you are designing your course to :ref:`offer different content` to different groups of learners, you can also +:ref:`Set access restrictions for the unit` to specify which learner groups a unit is available to. + + +============================== +Edit the Unit Name +============================== + +To edit a unit name, on the unit page in Studio, select **Edit** next to the +name. + +.. image:: /_images/educator_how_tos/unit-edit-icon.png + :alt: The Edit icon for the unit name with the mouseover help showing. + :width: 300 + +The name field becomes editable. Enter the new name, and then tab or click +outside of the field to save the name. + + +============================== +Reorganize Components in Units +============================== + +You can reorganize components within a unit by dragging and dropping them to +new locations. + +To change the location of a component, move your mouse pointer over the **Drag +to reorder** handle on the component toolbar. The pointer changes to a four- +headed arrow. You can then drag the component to the location that you want. + +In the image that follows, the handle for the discussion component is selected. + +.. image:: /_images/educator_how_tos/unit-drag-selected.png + :alt: A discussion component selected so that it can be dragged. + :width: 600 + +A blue outline indicates where the component will land when you release the +mouse button. For example, in the image below, the discussion component is +being moved to the top of the unit. + +.. image:: /_images/educator_how_tos/unit-drag-moved.png + :alt: A component being dragged to a new location. + :width: 600 + + +.. _Delete a Unit: + +******************************** +Delete a Unit +******************************** + +You delete a unit from the course outline in Studio. + +When you delete a unit, you delete all components within the unit. + +.. warning:: + You cannot restore course content after you delete it. To ensure that you do + not delete any content that you need later, move the unit to a + hidden section or subsection instead of deleting it. + +To delete a unit, follow these steps. + +#. On the course outline page in Studio, select the **Delete** icon in the box + for the unit you want to delete. + + .. image:: /_images/educator_how_tos/unit-delete.png + :alt: The Course Outline page with the Delete icons for several units + circled. + :width: 300 + +#. When you receive the confirmation prompt, select **Yes, delete this + unit**. + +.. _Preview a Unit: + +**************************** +Preview a Unit +**************************** + +You preview a unit to review and test the content before it is visible to +learners. + +You can preview a unit before it is published and before the course is live. +In a live course, after the unit is published and if there are no pending +changes, previewing a unit is exactly the same as viewing the live version of +the unit. + +To preview the unit, select **Preview** above the status panel in the Studio +unit page. + +The unit opens in preview mode in the LMS. + +.. note:: When you are revising a previously published unit, it can be helpful + to preview your changes in one browser window and :ref:`view the published + unit` in a second window. + +For information about previewing and testing content, see :ref:`Testing Your +Course Content`. + + +.. _Publish a Unit: + +**************************** +Publish a Unit +**************************** + +Publishing a unit makes the current version of the unit in Studio available to +learners. In an instructor-paced course, the release dates for the section and +subsection must also have passed for learners to access a published unit. + +You publish a unit that has a status of :ref:`Draft Never Published` or :ref:`Draft +Unpublished Changes`. When you publish a unit, the status changes to +Published and Live or Published Not Yet Released. + +You can publish a unit from the unit page or the course outline. + +For more information about instructor-paced and self-paced courses, see +:ref:`Setting Course Pacing`. + +======================================= +Use the Unit Page to Publish a Unit +======================================= + +To publish the unit, select **Publish** in the status panel. + + + +======================================= +Use the Outline to Publish a Unit +======================================= + +To publish a unit from the outline, select the **Publish** icon in the box for +the unit. + +.. image:: /_images/educator_how_tos/outline-publish-icon-unit.png + :alt: The Course Outline page with an arrow pointing to the Publish icon for a + unit. + :width: 500 + +.. note:: + The **Publish** icon only appears when there is new or changed content in the + unit. + +.. _Discard Changes to a Unit: + +**************************** +Discard Changes to a Unit +**************************** + +When you modify a published unit, your changes are saved in Studio, though the +changes are not visible to learners until you publish the unit again. + +If you decide that you never want to publish your changes, you can discard the +changes so that Studio reverts to the last published version of the unit. + +To discard changes and revert the Studio version of the unit to the last +published version, select **Discard Changes** in the status panel. + +.. caution:: + When you discard changes to a unit, the changes are permanently deleted. You + cannot retrieve discarded changes or undo the action. + +.. _View a Published Unit: + +**************************** +View a Published Unit +**************************** + +To view the last published version of a unit in the LMS, select **View Live +Version** at the top of the page. + +The unit page opens in the LMS in Staff view. You might be prompted to log in +to the LMS. + +If the unit status is :ref:`Draft Unpublished Changes`, you do not see your +changes in the LMS until you publish the unit again. + +If the unit status is :ref:`Draft Never Published`, **View Live Version** is not +enabled. + +For information about viewing and testing content, see :ref:`Testing Your +Course Content`. + + From 7e4dc5f4c086ae9520fc7dfb72befa675df5323c Mon Sep 17 00:00:00 2001 From: jesgreco <74380129+jesgreco@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:41:32 -0300 Subject: [PATCH 05/15] Delete source/educators/how-tos/create_section.rst --- source/educators/how-tos/create_section.rst | 39 --------------------- 1 file changed, 39 deletions(-) delete mode 100644 source/educators/how-tos/create_section.rst diff --git a/source/educators/how-tos/create_section.rst b/source/educators/how-tos/create_section.rst deleted file mode 100644 index c8a955333..000000000 --- a/source/educators/how-tos/create_section.rst +++ /dev/null @@ -1,39 +0,0 @@ -.. _Create a Section: - -################ -Create a Section -################ - -.. tags:: educator, how-to - - -#. 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 \ No newline at end of file From b9016b6a3f279ff51f644596619b6aadd3591a87 Mon Sep 17 00:00:00 2001 From: jesgreco <74380129+jesgreco@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:41:48 -0300 Subject: [PATCH 06/15] Delete source/educators/how-tos/create_unit.rst --- source/educators/how-tos/create_unit.rst | 29 ------------------------ 1 file changed, 29 deletions(-) delete mode 100644 source/educators/how-tos/create_unit.rst diff --git a/source/educators/how-tos/create_unit.rst b/source/educators/how-tos/create_unit.rst deleted file mode 100644 index b2a512bbf..000000000 --- a/source/educators/how-tos/create_unit.rst +++ /dev/null @@ -1,29 +0,0 @@ -.. _Create a Unit: - -############# -Create a Unit -############# - - -#. In the course outline, within the subsection that you want to create the unit, click :guilabel:`New Unit`. - - A new unit is created at the end of the subsection and the blank unit editor opens. - -#. Click the pencil icon (|Pencil Icon|) and enter the name for the new unit. - - You can now add components to the unit as needed. - -#. Click the Visibility tab to change the subsection visibility and assessment results visibility. - -You can then create units within the subsection. - -.. seealso:: - :class: dropdown - - Add a Component (how-to) - - :ref:`Developing Course Units` (reference) - - Components (reference) - - Conditional Content (reference) From 8f5b28875cb87978173a23d8122dfc9d35201723 Mon Sep 17 00:00:00 2001 From: jesgreco <74380129+jesgreco@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:42:14 -0300 Subject: [PATCH 07/15] Delete source/educators/how-tos/create_subsection.rst --- .../educators/how-tos/create_subsection.rst | 70 ------------------- 1 file changed, 70 deletions(-) delete mode 100644 source/educators/how-tos/create_subsection.rst diff --git a/source/educators/how-tos/create_subsection.rst b/source/educators/how-tos/create_subsection.rst deleted file mode 100644 index 72d7ea559..000000000 --- a/source/educators/how-tos/create_subsection.rst +++ /dev/null @@ -1,70 +0,0 @@ -.. _Create a Subsection: - -################### -Create a Subsection -################### - -.. tags:: educator, how-to - - -#. In the course outline, within the section that you want to create the subsection, click :guilabel:`New Subsection`. - - A new subsection is created at the end of the section, with the subsection name selected. - -#. Enter the name for the new subsection. - -#. If the subsection should release a a later time than the containing section, set the release date. - - #. Select the Configure icon in the subsection box. - - The Settings dialog box opens. - - #. Enter the release date and time for the subsection in the Basics tab. - -#. If the subsection is to be graded, in the Settings dialog box, set release a a later time than the containing section, set type of assignment and the due date in the Basics tab. - -#. Click the :guilabel:`Visibility` tab to change the subsection visibility and assessment results visibility. - -#. Click :guilabel:`Save`. - -You can then create units within the subsection. - -.. seealso:: - :class: dropdown - - :ref: `Course Outline` (concept) - - :ref: `Creating a New Course in Studio` (how-to) - - :ref: `Create a New Course Screen` (quick start) - - :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 Section` (how-to) - - :ref: `Hiding a Subsection from Learners` (how-to) - - :ref: `Create a Section` (how-to) - - :ref: `Add Course Metadata` (how-to) - - :ref: `Use a Section from a Course independently of the Course Outline` (how-to) - - :ref: `Resources for Open edX Course Teams` (reference) - - :ref: `Resources for Open edX` (reference) - From 35844ef5ca5e82778fc461508d224d070b85e0c9 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Thu, 9 Jan 2025 14:43:38 -0300 Subject: [PATCH 08/15] changing navigation file --- source/educators/navigation/creating_course.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/educators/navigation/creating_course.rst b/source/educators/navigation/creating_course.rst index e294ee932..00e05d3cd 100644 --- a/source/educators/navigation/creating_course.rst +++ b/source/educators/navigation/creating_course.rst @@ -63,7 +63,7 @@ Create a New Course ../concepts/open_edx_platform/outline_studio_lms.rst ../how-tos/set_up_course/creating_new_course.rst ../how-tos/create_course.rst - ../how-tos/create_unit.rst + ../how-tos/create.rst ../how-tos/create_course_about_page.rst ../references/course_development/understanding_course_outline.rst ../references/course_development/add_edit_in_outline.rst From c9377572dfbf29872e27abc3aed134bfc1f25bbb Mon Sep 17 00:00:00 2001 From: jesgreco <74380129+jesgreco@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:05:47 -0300 Subject: [PATCH 09/15] Delete source/educators/how-tos/create.rst --- source/educators/how-tos/create.rst | 286 ---------------------------- 1 file changed, 286 deletions(-) delete mode 100644 source/educators/how-tos/create.rst diff --git a/source/educators/how-tos/create.rst b/source/educators/how-tos/create.rst deleted file mode 100644 index 2fb8fcd43..000000000 --- a/source/educators/how-tos/create.rst +++ /dev/null @@ -1,286 +0,0 @@ -.. _Create a Section: - -################ -Create a Section -################ - -.. tags:: educator, how-to - - -#. 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 - -.. _Create a Unit: - -**************************** -Create a Unit -**************************** - -.. tags:: educator, how-to - -You can create a unit from the outline or create a unit in the same subsection -from the unit page. - -To create a unit from the outline, follow these steps. - -#. In the outline, expand the subsection in which you want to create a new - unit. -#. Select **New Unit** at the bottom of the expanded subsection. A new - page opens for you to add components to the unit. -#. On the unit page, the unit name is selected. Supply an identifying name. A - descriptive name can help learners locate content in the course. It can - also help you select content when you analyze performance in reporting and - analytics systems. -#. :ref:`Add components` to the new unit as needed. - -To create a unit from a unit page, follow these steps. - -#. In the **Unit Navigation Bar** area, select **New Unit**. - - ... image:: /_images/educator_how_tos/unit_location.png - :alt: The Unit Navigation Bar in the Unit page. - :width: 660 - - The unit page for the new unit opens automatically. - -#. On the unit page, the unit name is selected. Supply an identifying name. A - descriptive name can help learners locate content in the course. It can - also help you select content when you analyze performance in reporting and - analytics systems. - -#. :ref:`Add components` to the new unit as needed. - -You must then :ref:`publish the unit` to make it visible to -learners. - - -.. _Edit a Unit: - -************** -Edit a Unit -************** - -You can edit a unit in the following ways. - -* Edit the unit name -* Add components to units -* Reorganize Components in Units - -When you make any of these changes, if you previously published the unit, the -state changes to :ref:`Draft Unpublished Changes`. You must then :ref:`publish -the unit` to make your edits visible to learners. - -If you are designing your course to :ref:`offer different content` to different groups of learners, you can also -:ref:`Set access restrictions for the unit` to specify which learner groups a unit is available to. - - -============================== -Edit the Unit Name -============================== - -To edit a unit name, on the unit page in Studio, select **Edit** next to the -name. - -.. image:: /_images/educator_how_tos/unit-edit-icon.png - :alt: The Edit icon for the unit name with the mouseover help showing. - :width: 300 - -The name field becomes editable. Enter the new name, and then tab or click -outside of the field to save the name. - - -============================== -Reorganize Components in Units -============================== - -You can reorganize components within a unit by dragging and dropping them to -new locations. - -To change the location of a component, move your mouse pointer over the **Drag -to reorder** handle on the component toolbar. The pointer changes to a four- -headed arrow. You can then drag the component to the location that you want. - -In the image that follows, the handle for the discussion component is selected. - -.. image:: /_images/educator_how_tos/unit-drag-selected.png - :alt: A discussion component selected so that it can be dragged. - :width: 600 - -A blue outline indicates where the component will land when you release the -mouse button. For example, in the image below, the discussion component is -being moved to the top of the unit. - -.. image:: /_images/educator_how_tos/unit-drag-moved.png - :alt: A component being dragged to a new location. - :width: 600 - - -.. _Delete a Unit: - -******************************** -Delete a Unit -******************************** - -You delete a unit from the course outline in Studio. - -When you delete a unit, you delete all components within the unit. - -.. warning:: - You cannot restore course content after you delete it. To ensure that you do - not delete any content that you need later, move the unit to a - hidden section or subsection instead of deleting it. - -To delete a unit, follow these steps. - -#. On the course outline page in Studio, select the **Delete** icon in the box - for the unit you want to delete. - - .. image:: /_images/educator_how_tos/unit-delete.png - :alt: The Course Outline page with the Delete icons for several units - circled. - :width: 300 - -#. When you receive the confirmation prompt, select **Yes, delete this - unit**. - -.. _Preview a Unit: - -**************************** -Preview a Unit -**************************** - -You preview a unit to review and test the content before it is visible to -learners. - -You can preview a unit before it is published and before the course is live. -In a live course, after the unit is published and if there are no pending -changes, previewing a unit is exactly the same as viewing the live version of -the unit. - -To preview the unit, select **Preview** above the status panel in the Studio -unit page. - -The unit opens in preview mode in the LMS. - -.. note:: When you are revising a previously published unit, it can be helpful - to preview your changes in one browser window and :ref:`view the published - unit` in a second window. - -For information about previewing and testing content, see :ref:`Testing Your -Course Content`. - - -.. _Publish a Unit: - -**************************** -Publish a Unit -**************************** - -Publishing a unit makes the current version of the unit in Studio available to -learners. In an instructor-paced course, the release dates for the section and -subsection must also have passed for learners to access a published unit. - -You publish a unit that has a status of :ref:`Draft Never Published` or :ref:`Draft -Unpublished Changes`. When you publish a unit, the status changes to -Published and Live or Published Not Yet Released. - -You can publish a unit from the unit page or the course outline. - -For more information about instructor-paced and self-paced courses, see -:ref:`Setting Course Pacing`. - -======================================= -Use the Unit Page to Publish a Unit -======================================= - -To publish the unit, select **Publish** in the status panel. - - - -======================================= -Use the Outline to Publish a Unit -======================================= - -To publish a unit from the outline, select the **Publish** icon in the box for -the unit. - -.. image:: /_images/educator_how_tos/outline-publish-icon-unit.png - :alt: The Course Outline page with an arrow pointing to the Publish icon for a - unit. - :width: 500 - -.. note:: - The **Publish** icon only appears when there is new or changed content in the - unit. - -.. _Discard Changes to a Unit: - -**************************** -Discard Changes to a Unit -**************************** - -When you modify a published unit, your changes are saved in Studio, though the -changes are not visible to learners until you publish the unit again. - -If you decide that you never want to publish your changes, you can discard the -changes so that Studio reverts to the last published version of the unit. - -To discard changes and revert the Studio version of the unit to the last -published version, select **Discard Changes** in the status panel. - -.. caution:: - When you discard changes to a unit, the changes are permanently deleted. You - cannot retrieve discarded changes or undo the action. - -.. _View a Published Unit: - -**************************** -View a Published Unit -**************************** - -To view the last published version of a unit in the LMS, select **View Live -Version** at the top of the page. - -The unit page opens in the LMS in Staff view. You might be prompted to log in -to the LMS. - -If the unit status is :ref:`Draft Unpublished Changes`, you do not see your -changes in the LMS until you publish the unit again. - -If the unit status is :ref:`Draft Never Published`, **View Live Version** is not -enabled. - -For information about viewing and testing content, see :ref:`Testing Your -Course Content`. - - From db4b023fec58d1bee8981e248a19b9e75390f106 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Thu, 9 Jan 2025 15:29:24 -0300 Subject: [PATCH 10/15] deleting files from nav file --- source/educators/navigation/creating_course.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/educators/navigation/creating_course.rst b/source/educators/navigation/creating_course.rst index 00e05d3cd..937715134 100644 --- a/source/educators/navigation/creating_course.rst +++ b/source/educators/navigation/creating_course.rst @@ -63,7 +63,6 @@ Create a New Course ../concepts/open_edx_platform/outline_studio_lms.rst ../how-tos/set_up_course/creating_new_course.rst ../how-tos/create_course.rst - ../how-tos/create.rst ../how-tos/create_course_about_page.rst ../references/course_development/understanding_course_outline.rst ../references/course_development/add_edit_in_outline.rst @@ -72,13 +71,11 @@ 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 ../how-tos/course_development/exercise_tools/adding_text.rst ../how-tos/publish_units.rst - ../how-tos/create_subsection.rst ../how-tos/view_as_learner.rst ../how-tos/set_up_course/add_metadata.rst ../how-tos/use_section_independently_of_course_outline.rst From 01e49e799dcc98f33f12f4f270bae9a2d523f740 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Thu, 9 Jan 2025 15:42:36 -0300 Subject: [PATCH 11/15] adding one single file --- source/educators/how-tos/create.rst | 348 ++++++++++++++++++ .../learner_engagement_communication.rst | 1 + 2 files changed, 349 insertions(+) create mode 100644 source/educators/how-tos/create.rst diff --git a/source/educators/how-tos/create.rst b/source/educators/how-tos/create.rst new file mode 100644 index 000000000..ae5a211bd --- /dev/null +++ b/source/educators/how-tos/create.rst @@ -0,0 +1,348 @@ +.. _Create a Section: + +################ +Create a Section +################ + +.. tags:: educator, how-to + + +#. 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. + + +.. _Create a Subsection: + +################### +Create a Subsection +################### + +.. tags:: educator, how-to + + +#. In the course outline, within the section that you want to create the subsection, click :guilabel:`New Subsection`. + + A new subsection is created at the end of the section, with the subsection name selected. + +#. Enter the name for the new subsection. + +#. If the subsection should release a a later time than the containing section, set the release date. + + #. Select the Configure icon in the subsection box. + + The Settings dialog box opens. + + #. Enter the release date and time for the subsection in the Basics tab. + +#. If the subsection is to be graded, in the Settings dialog box, set release a a later time than the containing section, set type of assignment and the due date in the Basics tab. + +#. Click the :guilabel:`Visibility` tab to change the subsection visibility and assessment results visibility. + +#. Click :guilabel:`Save`. + +You can then create units within the subsection. + + +.. _Create a Unit: + +**************************** +Create a Unit +**************************** + +.. tags:: educator, how-to + +You can create a unit from the outline or create a unit in the same subsection +from the unit page. + +To create a unit from the outline, follow these steps. + +#. In the outline, expand the subsection in which you want to create a new + unit. +#. Select **New Unit** at the bottom of the expanded subsection. A new + page opens for you to add components to the unit. +#. On the unit page, the unit name is selected. Supply an identifying name. A + descriptive name can help learners locate content in the course. It can + also help you select content when you analyze performance in reporting and + analytics systems. +#. :ref:`Add components` to the new unit as needed. + +To create a unit from a unit page, follow these steps. + +#. In the **Unit Navigation Bar** area, select **New Unit**. + + ... image:: /_images/educator_how_tos/unit_location.png + :alt: The Unit Navigation Bar in the Unit page. + :width: 660 + + The unit page for the new unit opens automatically. + +#. On the unit page, the unit name is selected. Supply an identifying name. A + descriptive name can help learners locate content in the course. It can + also help you select content when you analyze performance in reporting and + analytics systems. + +#. :ref:`Add components` to the new unit as needed. + +You must then :ref:`publish the unit` to make it visible to +learners. + + +.. _Edit a Unit: + +************** +Edit a Unit +************** + +You can edit a unit in the following ways. + +* Edit the unit name +* Add components to units +* Reorganize Components in Units + +When you make any of these changes, if you previously published the unit, the +state changes to :ref:`Draft Unpublished Changes`. You must then :ref:`publish +the unit` to make your edits visible to learners. + +If you are designing your course to :ref:`offer different content` to different groups of learners, you can also +:ref:`Set access restrictions for the unit` to specify which learner groups a unit is available to. + + +============================== +Edit the Unit Name +============================== + +To edit a unit name, on the unit page in Studio, select **Edit** next to the +name. + +.. image:: /_images/educator_how_tos/unit-edit-icon.png + :alt: The Edit icon for the unit name with the mouseover help showing. + :width: 300 + +The name field becomes editable. Enter the new name, and then tab or click +outside of the field to save the name. + + +============================== +Reorganize Components in Units +============================== + +You can reorganize components within a unit by dragging and dropping them to +new locations. + +To change the location of a component, move your mouse pointer over the **Drag +to reorder** handle on the component toolbar. The pointer changes to a four- +headed arrow. You can then drag the component to the location that you want. + +In the image that follows, the handle for the discussion component is selected. + +.. image:: /_images/educator_how_tos/unit-drag-selected.png + :alt: A discussion component selected so that it can be dragged. + :width: 600 + +A blue outline indicates where the component will land when you release the +mouse button. For example, in the image below, the discussion component is +being moved to the top of the unit. + +.. image:: /_images/educator_how_tos/unit-drag-moved.png + :alt: A component being dragged to a new location. + :width: 600 + + +.. _Delete a Unit: + +******************************** +Delete a Unit +******************************** + +You delete a unit from the course outline in Studio. + +When you delete a unit, you delete all components within the unit. + +.. warning:: + You cannot restore course content after you delete it. To ensure that you do + not delete any content that you need later, move the unit to a + hidden section or subsection instead of deleting it. + +To delete a unit, follow these steps. + +#. On the course outline page in Studio, select the **Delete** icon in the box + for the unit you want to delete. + + .. image:: /_images/educator_how_tos/unit-delete.png + :alt: The Course Outline page with the Delete icons for several units + circled. + :width: 300 + +#. When you receive the confirmation prompt, select **Yes, delete this + unit**. + +.. _Preview a Unit: + +**************************** +Preview a Unit +**************************** + +You preview a unit to review and test the content before it is visible to +learners. + +You can preview a unit before it is published and before the course is live. +In a live course, after the unit is published and if there are no pending +changes, previewing a unit is exactly the same as viewing the live version of +the unit. + +To preview the unit, select **Preview** above the status panel in the Studio +unit page. + +The unit opens in preview mode in the LMS. + +.. note:: When you are revising a previously published unit, it can be helpful + to preview your changes in one browser window and :ref:`view the published + unit` in a second window. + +For information about previewing and testing content, see :ref:`Testing Your +Course Content`. + + +.. _Publish a Unit: + +**************************** +Publish a Unit +**************************** + +Publishing a unit makes the current version of the unit in Studio available to +learners. In an instructor-paced course, the release dates for the section and +subsection must also have passed for learners to access a published unit. + +You publish a unit that has a status of :ref:`Draft Never Published` or :ref:`Draft +Unpublished Changes`. When you publish a unit, the status changes to +Published and Live or Published Not Yet Released. + +You can publish a unit from the unit page or the course outline. + +For more information about instructor-paced and self-paced courses, see +:ref:`Setting Course Pacing`. + +======================================= +Use the Unit Page to Publish a Unit +======================================= + +To publish the unit, select **Publish** in the status panel. + + + +======================================= +Use the Outline to Publish a Unit +======================================= + +To publish a unit from the outline, select the **Publish** icon in the box for +the unit. + +.. image:: /_images/educator_how_tos/outline-publish-icon-unit.png + :alt: The Course Outline page with an arrow pointing to the Publish icon for a + unit. + :width: 500 + +.. note:: + The **Publish** icon only appears when there is new or changed content in the + unit. + +.. _Discard Changes to a Unit: + +**************************** +Discard Changes to a Unit +**************************** + +When you modify a published unit, your changes are saved in Studio, though the +changes are not visible to learners until you publish the unit again. + +If you decide that you never want to publish your changes, you can discard the +changes so that Studio reverts to the last published version of the unit. + +To discard changes and revert the Studio version of the unit to the last +published version, select **Discard Changes** in the status panel. + +.. caution:: + When you discard changes to a unit, the changes are permanently deleted. You + cannot retrieve discarded changes or undo the action. + +.. _View a Published Unit: + +**************************** +View a Published Unit +**************************** + +To view the last published version of a unit in the LMS, select **View Live +Version** at the top of the page. + +The unit page opens in the LMS in Staff view. You might be prompted to log in +to the LMS. + +If the unit status is :ref:`Draft Unpublished Changes`, you do not see your +changes in the LMS until you publish the unit again. + +If the unit status is :ref:`Draft Never Published`, **View Live Version** is not +enabled. + +For information about viewing and testing content, see :ref:`Testing Your +Course Content`. + +.. seealso:: + :class: dropdown + + :ref: `Course Outline` (concept) + + :ref: `Creating a New Course in Studio` (how-to) + + :ref: `Create a New Course Screen` (quick start) + + :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 Section` (how-to) + + :ref: `Hiding a Subsection from Learners` (how-to) + + :ref: `Create a Section` (how-to) + + :ref: `Add Course Metadata` (how-to) + + :ref: `Use a Section from a Course independently of the Course Outline` (how-to) + + :ref: `Resources for Open edX Course Teams` (reference) + + :ref: `Resources for Open edX` (reference) + diff --git a/source/educators/navigation/learner_engagement_communication.rst b/source/educators/navigation/learner_engagement_communication.rst index 443644b6e..c31b16e1e 100644 --- a/source/educators/navigation/learner_engagement_communication.rst +++ b/source/educators/navigation/learner_engagement_communication.rst @@ -20,6 +20,7 @@ Course Discussions ../concepts/communication/discussion_guidance_moderators.rst ../how-tos/communication/assigning_discussion_roles.rst ../how-tos/communication/configure-discussions.rst + ../how-tos/create.rst ../how-tos/course_development/create_discussion.rst ../how-tos/communication/administer_discussions.rst ../how-tos/communication/closing_discussions.rst From 8014bca2fb6c5f3ef3fe35c4a45c6d3732d3e13e Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Thu, 9 Jan 2025 15:51:54 -0300 Subject: [PATCH 12/15] deleting create file --- source/educators/navigation/learner_engagement_communication.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/source/educators/navigation/learner_engagement_communication.rst b/source/educators/navigation/learner_engagement_communication.rst index c31b16e1e..443644b6e 100644 --- a/source/educators/navigation/learner_engagement_communication.rst +++ b/source/educators/navigation/learner_engagement_communication.rst @@ -20,7 +20,6 @@ Course Discussions ../concepts/communication/discussion_guidance_moderators.rst ../how-tos/communication/assigning_discussion_roles.rst ../how-tos/communication/configure-discussions.rst - ../how-tos/create.rst ../how-tos/course_development/create_discussion.rst ../how-tos/communication/administer_discussions.rst ../how-tos/communication/closing_discussions.rst From 431e8551d497e0bee3a5c4b751c796fed4cdc211 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Thu, 9 Jan 2025 15:53:33 -0300 Subject: [PATCH 13/15] adding create file on the correct navigation file --- source/educators/navigation/creating_course.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/educators/navigation/creating_course.rst b/source/educators/navigation/creating_course.rst index 937715134..e8599d95f 100644 --- a/source/educators/navigation/creating_course.rst +++ b/source/educators/navigation/creating_course.rst @@ -62,6 +62,7 @@ Create a New Course ../references/workflow.rst ../concepts/open_edx_platform/outline_studio_lms.rst ../how-tos/set_up_course/creating_new_course.rst + ../how-tos/create.rst ../how-tos/create_course.rst ../how-tos/create_course_about_page.rst ../references/course_development/understanding_course_outline.rst From 17160a57f2ee40d33da41eced34c22c1007b8ac3 Mon Sep 17 00:00:00 2001 From: Jesica Greco Date: Thu, 9 Jan 2025 16:11:04 -0300 Subject: [PATCH 14/15] deleting 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 e8599d95f..937715134 100644 --- a/source/educators/navigation/creating_course.rst +++ b/source/educators/navigation/creating_course.rst @@ -62,7 +62,6 @@ Create a New Course ../references/workflow.rst ../concepts/open_edx_platform/outline_studio_lms.rst ../how-tos/set_up_course/creating_new_course.rst - ../how-tos/create.rst ../how-tos/create_course.rst ../how-tos/create_course_about_page.rst ../references/course_development/understanding_course_outline.rst From c5f5528723db239b2f8b112f15f0360c6b955b37 Mon Sep 17 00:00:00 2001 From: jesgreco <74380129+jesgreco@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:11:44 -0300 Subject: [PATCH 15/15] Delete source/educators/how-tos/create.rst --- source/educators/how-tos/create.rst | 348 ---------------------------- 1 file changed, 348 deletions(-) delete mode 100644 source/educators/how-tos/create.rst diff --git a/source/educators/how-tos/create.rst b/source/educators/how-tos/create.rst deleted file mode 100644 index ae5a211bd..000000000 --- a/source/educators/how-tos/create.rst +++ /dev/null @@ -1,348 +0,0 @@ -.. _Create a Section: - -################ -Create a Section -################ - -.. tags:: educator, how-to - - -#. 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. - - -.. _Create a Subsection: - -################### -Create a Subsection -################### - -.. tags:: educator, how-to - - -#. In the course outline, within the section that you want to create the subsection, click :guilabel:`New Subsection`. - - A new subsection is created at the end of the section, with the subsection name selected. - -#. Enter the name for the new subsection. - -#. If the subsection should release a a later time than the containing section, set the release date. - - #. Select the Configure icon in the subsection box. - - The Settings dialog box opens. - - #. Enter the release date and time for the subsection in the Basics tab. - -#. If the subsection is to be graded, in the Settings dialog box, set release a a later time than the containing section, set type of assignment and the due date in the Basics tab. - -#. Click the :guilabel:`Visibility` tab to change the subsection visibility and assessment results visibility. - -#. Click :guilabel:`Save`. - -You can then create units within the subsection. - - -.. _Create a Unit: - -**************************** -Create a Unit -**************************** - -.. tags:: educator, how-to - -You can create a unit from the outline or create a unit in the same subsection -from the unit page. - -To create a unit from the outline, follow these steps. - -#. In the outline, expand the subsection in which you want to create a new - unit. -#. Select **New Unit** at the bottom of the expanded subsection. A new - page opens for you to add components to the unit. -#. On the unit page, the unit name is selected. Supply an identifying name. A - descriptive name can help learners locate content in the course. It can - also help you select content when you analyze performance in reporting and - analytics systems. -#. :ref:`Add components` to the new unit as needed. - -To create a unit from a unit page, follow these steps. - -#. In the **Unit Navigation Bar** area, select **New Unit**. - - ... image:: /_images/educator_how_tos/unit_location.png - :alt: The Unit Navigation Bar in the Unit page. - :width: 660 - - The unit page for the new unit opens automatically. - -#. On the unit page, the unit name is selected. Supply an identifying name. A - descriptive name can help learners locate content in the course. It can - also help you select content when you analyze performance in reporting and - analytics systems. - -#. :ref:`Add components` to the new unit as needed. - -You must then :ref:`publish the unit` to make it visible to -learners. - - -.. _Edit a Unit: - -************** -Edit a Unit -************** - -You can edit a unit in the following ways. - -* Edit the unit name -* Add components to units -* Reorganize Components in Units - -When you make any of these changes, if you previously published the unit, the -state changes to :ref:`Draft Unpublished Changes`. You must then :ref:`publish -the unit` to make your edits visible to learners. - -If you are designing your course to :ref:`offer different content` to different groups of learners, you can also -:ref:`Set access restrictions for the unit` to specify which learner groups a unit is available to. - - -============================== -Edit the Unit Name -============================== - -To edit a unit name, on the unit page in Studio, select **Edit** next to the -name. - -.. image:: /_images/educator_how_tos/unit-edit-icon.png - :alt: The Edit icon for the unit name with the mouseover help showing. - :width: 300 - -The name field becomes editable. Enter the new name, and then tab or click -outside of the field to save the name. - - -============================== -Reorganize Components in Units -============================== - -You can reorganize components within a unit by dragging and dropping them to -new locations. - -To change the location of a component, move your mouse pointer over the **Drag -to reorder** handle on the component toolbar. The pointer changes to a four- -headed arrow. You can then drag the component to the location that you want. - -In the image that follows, the handle for the discussion component is selected. - -.. image:: /_images/educator_how_tos/unit-drag-selected.png - :alt: A discussion component selected so that it can be dragged. - :width: 600 - -A blue outline indicates where the component will land when you release the -mouse button. For example, in the image below, the discussion component is -being moved to the top of the unit. - -.. image:: /_images/educator_how_tos/unit-drag-moved.png - :alt: A component being dragged to a new location. - :width: 600 - - -.. _Delete a Unit: - -******************************** -Delete a Unit -******************************** - -You delete a unit from the course outline in Studio. - -When you delete a unit, you delete all components within the unit. - -.. warning:: - You cannot restore course content after you delete it. To ensure that you do - not delete any content that you need later, move the unit to a - hidden section or subsection instead of deleting it. - -To delete a unit, follow these steps. - -#. On the course outline page in Studio, select the **Delete** icon in the box - for the unit you want to delete. - - .. image:: /_images/educator_how_tos/unit-delete.png - :alt: The Course Outline page with the Delete icons for several units - circled. - :width: 300 - -#. When you receive the confirmation prompt, select **Yes, delete this - unit**. - -.. _Preview a Unit: - -**************************** -Preview a Unit -**************************** - -You preview a unit to review and test the content before it is visible to -learners. - -You can preview a unit before it is published and before the course is live. -In a live course, after the unit is published and if there are no pending -changes, previewing a unit is exactly the same as viewing the live version of -the unit. - -To preview the unit, select **Preview** above the status panel in the Studio -unit page. - -The unit opens in preview mode in the LMS. - -.. note:: When you are revising a previously published unit, it can be helpful - to preview your changes in one browser window and :ref:`view the published - unit` in a second window. - -For information about previewing and testing content, see :ref:`Testing Your -Course Content`. - - -.. _Publish a Unit: - -**************************** -Publish a Unit -**************************** - -Publishing a unit makes the current version of the unit in Studio available to -learners. In an instructor-paced course, the release dates for the section and -subsection must also have passed for learners to access a published unit. - -You publish a unit that has a status of :ref:`Draft Never Published` or :ref:`Draft -Unpublished Changes`. When you publish a unit, the status changes to -Published and Live or Published Not Yet Released. - -You can publish a unit from the unit page or the course outline. - -For more information about instructor-paced and self-paced courses, see -:ref:`Setting Course Pacing`. - -======================================= -Use the Unit Page to Publish a Unit -======================================= - -To publish the unit, select **Publish** in the status panel. - - - -======================================= -Use the Outline to Publish a Unit -======================================= - -To publish a unit from the outline, select the **Publish** icon in the box for -the unit. - -.. image:: /_images/educator_how_tos/outline-publish-icon-unit.png - :alt: The Course Outline page with an arrow pointing to the Publish icon for a - unit. - :width: 500 - -.. note:: - The **Publish** icon only appears when there is new or changed content in the - unit. - -.. _Discard Changes to a Unit: - -**************************** -Discard Changes to a Unit -**************************** - -When you modify a published unit, your changes are saved in Studio, though the -changes are not visible to learners until you publish the unit again. - -If you decide that you never want to publish your changes, you can discard the -changes so that Studio reverts to the last published version of the unit. - -To discard changes and revert the Studio version of the unit to the last -published version, select **Discard Changes** in the status panel. - -.. caution:: - When you discard changes to a unit, the changes are permanently deleted. You - cannot retrieve discarded changes or undo the action. - -.. _View a Published Unit: - -**************************** -View a Published Unit -**************************** - -To view the last published version of a unit in the LMS, select **View Live -Version** at the top of the page. - -The unit page opens in the LMS in Staff view. You might be prompted to log in -to the LMS. - -If the unit status is :ref:`Draft Unpublished Changes`, you do not see your -changes in the LMS until you publish the unit again. - -If the unit status is :ref:`Draft Never Published`, **View Live Version** is not -enabled. - -For information about viewing and testing content, see :ref:`Testing Your -Course Content`. - -.. seealso:: - :class: dropdown - - :ref: `Course Outline` (concept) - - :ref: `Creating a New Course in Studio` (how-to) - - :ref: `Create a New Course Screen` (quick start) - - :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 Section` (how-to) - - :ref: `Hiding a Subsection from Learners` (how-to) - - :ref: `Create a Section` (how-to) - - :ref: `Add Course Metadata` (how-to) - - :ref: `Use a Section from a Course independently of the Course Outline` (how-to) - - :ref: `Resources for Open edX Course Teams` (reference) - - :ref: `Resources for Open edX` (reference) -