Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FC-0068: Adding and converting txt files into rst format #699

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 35 additions & 2 deletions source/educators/how-tos/create_section.rst
Original file line number Diff line number Diff line change
@@ -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
28 changes: 26 additions & 2 deletions source/educators/how-tos/create_subsection.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,33 @@
.. _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
Expand Down Expand Up @@ -44,3 +67,4 @@ Create a Subsection
:ref: `Resources for Open edX Course Teams` (reference)

:ref: `Resources for Open edX` (reference)

29 changes: 29 additions & 0 deletions source/educators/how-tos/create_unit.rst
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions source/educators/navigation/creating_course.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down