diff --git a/docs/en_us/course_authors/source/Images/image157.png b/docs/en_us/course_authors/source/Images/image157.png deleted file mode 100644 index eae440ed43..0000000000 Binary files a/docs/en_us/course_authors/source/Images/image157.png and /dev/null differ diff --git a/docs/en_us/course_authors/source/Images/image161.png b/docs/en_us/course_authors/source/Images/image161.png deleted file mode 100644 index 7c43e0d984..0000000000 Binary files a/docs/en_us/course_authors/source/Images/image161.png and /dev/null differ diff --git a/docs/en_us/course_authors/source/Images/page_bar_lms.png b/docs/en_us/course_authors/source/Images/page_bar_lms.png new file mode 100644 index 0000000000..324e86163d Binary files /dev/null and b/docs/en_us/course_authors/source/Images/page_bar_lms.png differ diff --git a/docs/en_us/course_authors/source/Images/pages_editor.png b/docs/en_us/course_authors/source/Images/pages_editor.png new file mode 100644 index 0000000000..c3ac922a5e Binary files /dev/null and b/docs/en_us/course_authors/source/Images/pages_editor.png differ diff --git a/docs/en_us/course_authors/source/Images/pages_empty.png b/docs/en_us/course_authors/source/Images/pages_empty.png new file mode 100644 index 0000000000..ae146e23bd Binary files /dev/null and b/docs/en_us/course_authors/source/Images/pages_empty.png differ diff --git a/docs/en_us/course_authors/source/Images/pages_page.png b/docs/en_us/course_authors/source/Images/pages_page.png new file mode 100644 index 0000000000..a027c501ea Binary files /dev/null and b/docs/en_us/course_authors/source/Images/pages_page.png differ diff --git a/docs/en_us/course_authors/source/building_course/create_new_course.rst b/docs/en_us/course_authors/source/building_course/create_new_course.rst index a88b49c3a6..dfb7fc0bac 100644 --- a/docs/en_us/course_authors/source/building_course/create_new_course.rst +++ b/docs/en_us/course_authors/source/building_course/create_new_course.rst @@ -21,7 +21,7 @@ This chapter describes how to create and set up your course: #. :ref:`Add a Course Video` #. :ref:`Set Course Requirements` #. :ref:`Add Files to a Course` -#. :ref:`Add Static Pages` +#. :ref:`Add Pages` #. :ref:`Add a Course Update` #. :ref:`Add Course Handouts` #. :ref:`Add Textbooks` @@ -434,49 +434,78 @@ To delete a file, click the **x** icon next to the file. You are prompted to co .. warning:: If you have links to a file you delete, those links will be broken. Ensure you change those links before deleting the file. -.. _Add Static Pages: + +.. _`Add Pages`: **************** -Add Static Pages +Add Pages **************** -You can add static pages to your course. Each static page appears in your course's navigation bar. -For example, the following navigation bar includes a -**Syllabus** and **Projects** static pages. +By default, your course has the following pages: -.. image:: ../Images/image157.png +* Courseware +* Course Info +* Discussion +* Wiki +* Progress -You can use static pages for a syllabus, grading policy, course handouts, or any other purpose. +You cannot rename, reorder, or remove these pages. -You can also add an instant hangout to a static page. See :ref:`Using an Instant Hangout in Your Course` for more information. +You can add pages to your course. Each page appears in your course's navigation bar. -.. note:: The Course Info, Discussion, Wiki, and Progress pages are displayed to students by default. You cannot delete these pages. +For example, the following navigation bar includes the default pages as well as the +**Course Schedule** and **Supplements & Instructor's Blog** pages. -To create a static page: +.. image:: ../Images/page_bar_lms.png + :alt: Image of the page bar in the LMS -#. From the **Content** menu, select **Static Pages**. -#. Click **New Page**. The following screen opens: +You can create other pages for the grading policy, course slides, or any other purpose. More examples of pages you can add are: - .. image:: ../Images/image161.png - :width: 800 +* A Google calendar, by embedding the code for it. -3. Click **Edit**. +* A dynamic HTML calendar, using the template in :ref:`Appendix B`. -#. Enter text for your page. You can switch to HTML mode if needed. -#. To edit the Display Name, click **Settings**. -#. Click **Save**. +* An instant hangout. See :ref:`Using an Instant Hangout in Your Course` for more information. -To delete a static page, click **Delete** in the row for the page. Confirm the deletion. +To create a page: +#. From the **Content** menu, select **Pages**. + + .. image:: ../Images/pages_page.png + :alt: Image of the Pages screen + + +2. Click **Add a New Page**. A page with the title **Empty** is added to the list: + + .. image:: ../Images/pages_empty.png + :alt: Image of the Pages screen with a new Empty page + +3. Click **Edit**. The HTML editor opens. + + .. image:: ../Images/pages_editor.png + :alt: Image of the Page editor + +4. Enter text for your page. See :ref:`The User Interface` for more information about using the editor. +#. Click **Settings** to edit the **Display Name**. The display name is the name of the page visible to students in the course. +#. Click **Save**. + +The new page is immediately available to students, if the course has started. ================== -Add a Calendar +Reorder Pages ================== -You can also use a static page to show a course calendar. -You can embed a Google calendar. Paste the embed code for the calendar in the static page. +You can reorder pages in your course by dragging and dropping the pages to different locations. -You can also create a dynamic HTML calendar. See :ref:`Appendix B`. +To move a page, hover over the element handle on the right side of the page row until the mouse pointer changes to a four-headed arrow. Then, click and drag the page to the location that you want. + +.. note:: You cannot reorder the Courseware, Course Info, Discussion, Wiki, and Progress pages that your course includes by default + +================== +Delete a Page +================== + +To delete a page that you previously added, click the trash can icon in the row for the page. You are prompted to confirm the deletion. .. _Add a Course Update: diff --git a/docs/en_us/course_authors/source/building_course/export_import_course.rst b/docs/en_us/course_authors/source/building_course/export_import_course.rst index be95f4cbce..9aa694cb6b 100644 --- a/docs/en_us/course_authors/source/building_course/export_import_course.rst +++ b/docs/en_us/course_authors/source/building_course/export_import_course.rst @@ -26,7 +26,7 @@ the following course data: * Course content (all Sections, Subsections, and Units) * Course structure * Individual problems -* Static pages +* Pages * Course assets * Course settings diff --git a/docs/en_us/course_authors/source/change_log.rst b/docs/en_us/course_authors/source/change_log.rst index 6df0ca7986..57e419afc7 100644 --- a/docs/en_us/course_authors/source/change_log.rst +++ b/docs/en_us/course_authors/source/change_log.rst @@ -10,6 +10,8 @@ Change Log * - Date - Change + * - 03/27/14 + - Updated the :ref:`Add Pages` section to reflect feature changes. * - 3/19/14 - Updated the sections on :ref:`Beta_Testing`, :ref:`Discussions`, :ref:`Grades`, and :ref:`Student Data` with changes to the new Instructor Dashboard. * - 03/17/14 diff --git a/docs/en_us/course_authors/source/getting_started/glossary.rst b/docs/en_us/course_authors/source/getting_started/glossary.rst index 908802e5a9..c00b2e8165 100644 --- a/docs/en_us/course_authors/source/getting_started/glossary.rst +++ b/docs/en_us/course_authors/source/getting_started/glossary.rst @@ -377,6 +377,14 @@ N P **** +.. _Pages_g: + +**Pages** + + Pages that supplement the courseware for a course. Each page appears in your course's navigation bar. + + See :ref:`Add Pages` for more information. + .. _Preview Mode: **Preview Mode** @@ -466,16 +474,6 @@ S -.. _Static Pages_g: - -**Static Pages** - - Pages that supplement the courseware for a course. Each static page appears in your course's navigation bar. - - See :ref:`Add Static Pages` for more information. - - - .. _Subsection: **Subsection** diff --git a/docs/en_us/course_authors/source/problems_tools/google_hangouts.rst b/docs/en_us/course_authors/source/problems_tools/google_hangouts.rst index 68f30f13de..0f87e96523 100644 --- a/docs/en_us/course_authors/source/problems_tools/google_hangouts.rst +++ b/docs/en_us/course_authors/source/problems_tools/google_hangouts.rst @@ -38,7 +38,7 @@ Instant Hangouts in Your Course You can add one or more instant hangouts in your course. For example, you can add an instant hangout: -* In a static page, to provide students with a hangout for the entire course. See :ref:`Add Static Pages` for more information about static pages. +* In a page, to provide students with a hangout for the entire course. See :ref:`Add Pages` for more information. * In an HTML component, to provide a hangout for students working on that specific course unit. See :ref:`Working with HTML Components` for more information about creating HTML components. @@ -57,10 +57,10 @@ When you add the instant hangout to your course, a control for the hangout appea To start the hangout, the student clicks **Start the Hangout**. (After the first student clicks **Start the Hangout**, other students see a **Join the Hangout** button.) -The following example shows the control in a static page when a hangout has already started. The control has a **Join the Hangout** button, and shows that one other student is already in the hangout. +The following example shows the control in a page when a hangout has already started. The control has a **Join the Hangout** button, and shows that one other student is already in the hangout. .. image:: ../Images/hangout_static_page.png - :alt: Image of the instant hangout control on a static page + :alt: Image of the instant hangout control on a page To join the hangout, the student clicks **Join the Hangout**. @@ -102,7 +102,7 @@ To create an instant hangout in your course: #. Upload the JavaScript file to the **Files & Uploads** page in your course. See :ref:`Add Files to a Course` for more information. -#. In either a static page or an HTML component, open the HTML editor. +#. In either a page or an HTML component, open the HTML editor. #. On the first line, add the JavaScript file you uploaded in a