From 592d7868306c46fb4e1ed2c0d78bc4b7e0e16180 Mon Sep 17 00:00:00 2001 From: Alison Hodges Date: Tue, 5 Aug 2014 13:46:23 -0400 Subject: [PATCH 1/2] Added enrollment breakdown by certificate track --- docs/en_us/course_authors/source/change_log.rst | 3 +++ .../source/running_course/course_enrollment.rst | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/en_us/course_authors/source/change_log.rst b/docs/en_us/course_authors/source/change_log.rst index da5f6f4b20..dfb70bd3cc 100644 --- a/docs/en_us/course_authors/source/change_log.rst +++ b/docs/en_us/course_authors/source/change_log.rst @@ -13,6 +13,9 @@ July, 2014 * - Date - Change + * - 08/5/14 + - Updated the :ref:`view_enrollment_count` section to add that enrollment + information now includes a breakdown by certification track. * - 07/30/14 - Expanded the :ref:`Discussions for Students and Staff` chapter to include information about adding posts, responses, and comments. diff --git a/docs/en_us/course_authors/source/running_course/course_enrollment.rst b/docs/en_us/course_authors/source/running_course/course_enrollment.rst index e7a644a700..fcec9f7d92 100644 --- a/docs/en_us/course_authors/source/running_course/course_enrollment.rst +++ b/docs/en_us/course_authors/source/running_course/course_enrollment.rst @@ -124,14 +124,19 @@ enrolled in it. When you view an enrollment count, note that: students and course team staff. It is not a historical count of everyone who has ever enrolled in the course. +The total number of current enrollees is shown as the sum of the number of +people who selected each of the certification tracks (verified, audit, or +honor) that are available for your course. + To view the enrollment count for a course: #. View the live version of your course. #. Click **Instructor**, then click **Course Info** if necessary. - The **Enrollment Information** section of the page that opens shows the total - number of people who are currently enrolled. + The **Enrollment Information** section of the page that opens shows the + number of people who are currently enrolled in your course and in each of the + certification tracks. You can also view or download a list of the people who are enrolled in the course. See :ref:`Student Data`. From 311391788f242b715612faa9c8d33466933637b7 Mon Sep 17 00:00:00 2001 From: Alison Hodges Date: Wed, 6 Aug 2014 12:30:27 -0400 Subject: [PATCH 2/2] Separated August changes into new table in chg log --- docs/en_us/course_authors/source/change_log.rst | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/en_us/course_authors/source/change_log.rst b/docs/en_us/course_authors/source/change_log.rst index dfb70bd3cc..70f1d79cd8 100644 --- a/docs/en_us/course_authors/source/change_log.rst +++ b/docs/en_us/course_authors/source/change_log.rst @@ -3,6 +3,20 @@ Change Log ############ +************** +August, 2014 +************** + +.. list-table:: + :widths: 10 70 + :header-rows: 1 + + * - Date + - Change + * - 08/5/14 + - Updated the :ref:`view_enrollment_count` section to include the + breakdown by certification track in the enrollment section. + *********** July, 2014 *********** @@ -13,9 +27,6 @@ July, 2014 * - Date - Change - * - 08/5/14 - - Updated the :ref:`view_enrollment_count` section to add that enrollment - information now includes a breakdown by certification track. * - 07/30/14 - Expanded the :ref:`Discussions for Students and Staff` chapter to include information about adding posts, responses, and comments.