index.rst 1.39 KB
Newer Older
Mark Hoeber committed
1 2 3
######################
edX Research Guide
######################
4

Mark Hoeber committed
5
This document is intended for researchers and data czars at edX partner institutions who use the edX data exports to gain insight into their courses and students.
6

Mark Hoeber committed
7 8
.. toctree::
   :maxdepth: 2
9

Mark Hoeber committed
10
   read_me.rst
11
   preface.rst
Mark Hoeber committed
12 13
   internal_data_formats/change_log.rst
   internal_data_formats/data_czar.rst
14
   internal_data_formats/credentials.rst
Mark Hoeber committed
15 16 17 18
   internal_data_formats/sql_schema.rst
   internal_data_formats/discussion_data.rst
   internal_data_formats/wiki_data.rst
   internal_data_formats/tracking_logs.rst
19
   internal_data_formats/event_list.rst
20

21

Mark Hoeber committed
22
********************
23
Course Data Formats
Mark Hoeber committed
24 25 26 27 28
********************

The `Building and Running an edX Course <http://edx.readthedocs.org/projects/ca/en/latest/>`_ guide provides complete information on how to construct a course.

The following sections of this document do not specifically pertain to researchers, but rather provide supplemental information on XML formats used to build an edX course. Over time, this information is being migrated to *Building and Running an edX Course*, as shown in the :ref:`Change Log`. 
29 30 31 32

.. toctree::
   :maxdepth: 2

33 34
   course_data_formats/course_xml.rst
   course_data_formats/grading.rst
35 36
   course_data_formats/drag_and_drop/drag_and_drop_input.rst
   course_data_formats/graphical_slider_tool/graphical_slider_tool.rst
37
   course_data_formats/symbolic_response.rst
38 39 40