This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #183 from edx/ahodges/doc/DOC1118
Ahodges/doc/doc1118 Demographic data
- Loading branch information
Showing
16 changed files
with
278 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
132 changes: 132 additions & 0 deletions
132
docs/en_us/dashboard/source/enrollment/Demographics_Education.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
.. _Demographics_Education: | ||
|
||
################################### | ||
Enrollment Demographics: Education | ||
################################### | ||
|
||
What educational background do my students have? Evaluating the stages of | ||
formal education that your students have completed can help you understand | ||
whether your course is enrolling people with the learning background that you | ||
expect. | ||
|
||
Student demographic data is updated every day to include changes in enrollment | ||
through 23:59 UTC the previous day. | ||
|
||
******************************************** | ||
Gaining Insight into Student Education | ||
******************************************** | ||
|
||
Students can select a "highest level of education completed" when they register | ||
for an account on edx.org or edge.edx.org. Education data for the students | ||
enrolled in your course is provided in a chart, a set of metrics, and a report | ||
that you can view or download. Descriptions follow; for detailed information | ||
about computations, see :ref:`Reference`. | ||
|
||
====================================== | ||
Self-Reported Student Education Chart | ||
====================================== | ||
|
||
The bars on this chart represent the percentage of enrolled learners who | ||
reported completion of a level of education. Moving your cursor over | ||
the chart shows the percentage for each level, calculated to one decimal place. | ||
|
||
Student education data is also available for review in tabular format and can | ||
be downloaded. | ||
|
||
Examples of this chart for two different courses follow. | ||
|
||
.. image:: ../images/education_chart_diverse.png | ||
:alt: An education histogram with comparable numbers for secondary school | ||
diplomates, Bachelor's degree recipients, and then Master's degree | ||
recipients | ||
|
||
.. RiceX/AdvBIOx/2014T3/enrollment/demographics/age/ | ||
.. image:: ../images/education_chart_highered.png | ||
:alt: An education histogram with the longest bar for Master's degree | ||
recipients, then Bachelor's degree recipients | ||
|
||
.. ColumbiaX/HIST1.1x/3T2014/enrollment/demographics/education/ | ||
Depending on the goals of the course team, these distributions can be | ||
interpreted as indicators of the success of enrollment efforts, or indicate | ||
that changes may be needed to reach the target demographic. | ||
|
||
* One team wants to involve students with a wide range of educational | ||
backgrounds. The distribution in the first chart can be interpreted as | ||
confirmation of enrollment by a diverse population. The distribution in the | ||
second chart indicates that the team could look into ways to broaden the | ||
appeal of the course. | ||
|
||
* Another team has designed an advanced course. The distribution in the first | ||
chart alerts the team that people who might need additional resources to | ||
succeed are enrolling. The team could review how course prerequisites are | ||
stated, or whether marketing efforts are reaching the correct audience. The | ||
distribution in the second chart indicates that students who are ready to | ||
take on advanced work are enrolling. | ||
|
||
See the :ref:`Reference` chapter for a detailed description of the educational | ||
background categories. | ||
|
||
====================================== | ||
Education Band Metrics | ||
====================================== | ||
|
||
Three groups, or bands, are provided to give you another perspective on the | ||
distribution of educational levels among your students. The percentage of | ||
students in each band is shown. | ||
|
||
====================================== | ||
Education Breakdown Report | ||
====================================== | ||
|
||
The number of students reporting completion of each educational level, through | ||
the date of the last update, is available for review or download. The report | ||
includes a row for each educational level and a column for the **Number of | ||
Students**. The report also includes a row labeled **Unknown** for enrolled | ||
students who did not supply educational data. | ||
|
||
To download the Education Breakdown report in a comma-separated value file, | ||
click **Download CSV**. The CSV file contains the following columns: | ||
|
||
* count | ||
* course_id | ||
* created (the date and time of the computation) | ||
* date | ||
* education_level | ||
|
||
.. info on why you might want to download, what to do with csv after | ||
.. secret column in CSV for number who did not provide? | ||
*********************************************************************** | ||
Analytics in Action: Interpreting Distribution of Educational Levels | ||
*********************************************************************** | ||
|
||
=================== | ||
Not Enough Calculus | ||
=================== | ||
|
||
As one professor of computer science prepared to launch a new MOOC, he checked | ||
the responses that students were giving for level of education completed. On | ||
campus, the course was targeted to first-year college students, and the About | ||
page of the MOOC described it as college level. The professor expected that | ||
most students would be high school graduates at least, and the responses did | ||
show that a majority of the enrollees had completed high school or above. Even | ||
so, a significant percentage of the enrollees had only finished middle or | ||
primary school, and the professor was concerned. How could those students know | ||
enough calculus? | ||
|
||
The professor realized that what he really wanted to know was the level of | ||
student preparedness in that specific subject, calculus. The information on | ||
student educational background for this course run, while thought-provoking, | ||
was too general to use as the basis for any last-minute decisions about the | ||
marketing or design of the course. Just in case, the professor did compile a | ||
list of resources for a course update. | ||
|
||
For a future course run, this professor could add an assessment early in the | ||
first week to test for the expected knowledge. To find the number of students | ||
who select each answer for a problem, including both incorrect and correct | ||
answers, you can download the `Student Answer Distribution`_ report. | ||
|
||
.. _Student Answer Distribution: http://edx.readthedocs.org/projects/edx-partner-course-staff/en/latest/running_course/course_answers.html#student-answer-distribution |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.