Commit 6b35399c by Sylvia Pearce Committed by GitHub

Merge pull request #650 from edx/sylvia/AN-8557_2

Add info about Courses page filtering and Course Summary report download
parents cc9f0e63 46877d10
...@@ -9,10 +9,10 @@ page. This page provides a dashboard view of all of your courses, including key ...@@ -9,10 +9,10 @@ page. This page provides a dashboard view of all of your courses, including key
information about your courses and top-level enrollment statistics. Which information about your courses and top-level enrollment statistics. Which
courses have the most learners enrolled? Which courses have the most learners courses have the most learners enrolled? Which courses have the most learners
working toward a verified certificate? You can quickly answer these questions working toward a verified certificate? You can quickly answer these questions
using the **Courses** page. using the **Courses** page.
The courses page provides a table with the following information about each of The courses page provides a Course List table with the following information
your courses. about each of your courses.
* Course Name * Course Name
* Course ID * Course ID
...@@ -23,23 +23,41 @@ your courses. ...@@ -23,23 +23,41 @@ your courses.
* Change Last Week * Change Last Week
* Verified Enrollment * Verified Enrollment
.. image:: images/course_list.png .. image:: images/CoursesPage_Filters.png
:alt: The Insights Courses page table with five example courses. :width: 600
:alt: The Course List table on the Courses page, showing four example courses.
.. note::
On Edge, the summary table does not include the course name, start date, or
end date.
.. _Course_List:
*******************************************
Gaining Insight into Course Data
*******************************************
For a quick view of information that's important to you, you can sort the
Course List table by any column. To sort by a specific column, click the title
of that column.
To see the Insights view for a specific course, click the course name and ID. To see the Insights view for a specific course, click the course name and ID.
You can then access more data for that course. You can then access more data for that course.
For detailed information about the computations, see :ref:`Enrollment ************************
Computations`. Note that the enrollment data that the computations include is Finding Specific Courses
the same as the summary metrics presented in the :ref:`Enrollment_Activity` ************************
report.
If you want to view a specific course or courses, enter any part of the course If you want to find a specific course or courses, use the options in the left
name or course ID in the **Find a Course** field and click the search icon. pane. You can search by course name, course ID, availability, and pacing type,
as well as any combination of options.
* In the **Find a Course** field, enter any part of the course name or course
ID, and then click the search icon.
* Under **Availability** or **Pacing Type**, select the options that you want
to include in your search. The list of courses updates automatically when you
select or clear an option.
.. note::
On Edge, the summary table does not include course name, start date, or end
date.
******************************************* *******************************************
Identifying Courses With Highest Enrollment Identifying Courses With Highest Enrollment
...@@ -48,10 +66,10 @@ Identifying Courses With Highest Enrollment ...@@ -48,10 +66,10 @@ Identifying Courses With Highest Enrollment
If you want to find courses with the highest enrollment, you can sort the table If you want to find courses with the highest enrollment, you can sort the table
by either the “Total Enrollment” or “Current Enrollment” columns depending on by either the “Total Enrollment” or “Current Enrollment” columns depending on
your metric of interest. This will help you understand which courses attract your metric of interest. This will help you understand which courses attract
the most learners. the most learners.
You can sort for “Verified Enrollment” to find courses with the highest number You can sort for “Verified Enrollment” to find courses with the highest number
of verified learners. of verified learners.
*********************************************** ***********************************************
Identifying Recent Changes in Course Enrollment Identifying Recent Changes in Course Enrollment
...@@ -62,4 +80,42 @@ at recent changes in enrollment. If you sort by the “Change Last Week” colum ...@@ -62,4 +80,42 @@ at recent changes in enrollment. If you sort by the “Change Last Week” colum
in descending order, you can see the courses with the greatest increase in in descending order, you can see the courses with the greatest increase in
enrollment in the past week. You will need to draw on your knowledge of recent enrollment in the past week. You will need to draw on your knowledge of recent
marketing efforts to interpret this data, and assess the impact of marketing marketing efforts to interpret this data, and assess the impact of marketing
efforts on course enrollments. efforts on course enrollments.
*************************
The Course Summary Report
*************************
Statistics for all of your courses are available for review or download. In
addition to the information that is available on the **Courses** page, the
Course Summary report includes columns for course availability and pacing type,
as well as two different counts for every enrollment mode.
To download the Course Summary report in a comma-separated value (CSV) file,
select **Download CSV**. The CSV file contains the following columns.
* availability (shows whether the course is archived, current, or upcoming)
* catalog_course (shows the unique identifier for the course)
* catalog_course_title
* count
* count_change_7_days
* course_id (shows the unique identifier for a specific course run)
* cumulative_count
* end_date
* enrollment_modes.audit.count
* enrollment_modes.audit.cumulative_count
* enrollment_modes.credit.count
* enrollment_modes.credit.cumulative_count
* enrollment_modes.honor.count
* enrollment_modes.honor.cumulative_count
* enrollment_modes.professional.count
* enrollment_modes.professional.cumulative_count
* enrollment_modes.verified.count
* enrollment_modes.verified.cumulative_count
* pacing_type
* start_date
For detailed information about the computations, see :ref:`Enrollment
Computations`. Note that the enrollment data that the computations include is
the same as the summary metrics presented in the :ref:`Enrollment_Activity`
report.
...@@ -39,7 +39,9 @@ edX Insights presents. ...@@ -39,7 +39,9 @@ edX Insights presents.
and stores, see the `edX Research Guide`_. and stores, see the `edX Research Guide`_.
* For an introduction to the graphs, metrics, and reports that you can access * For an introduction to the graphs, metrics, and reports that you can access
in edX Insights, see the following chapters. in edX Insights, see the following topics.
* :ref:`Course_List`
* :ref:`Enrollment_Activity` * :ref:`Enrollment_Activity`
...@@ -55,7 +57,7 @@ edX Insights presents. ...@@ -55,7 +57,7 @@ edX Insights presents.
* :ref:`Performance_Ungraded` * :ref:`Performance_Ungraded`
Each of these chapters contains a section for anecdotal "Analytics in Action". Each of these topics contains a section for anecdotal "Analytics in Action".
These sections showcase how collected data can reveal information about These sections showcase how collected data can reveal information about
courses and learners, and how course teams might react to the information. courses and learners, and how course teams might react to the information.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment