Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
074c4b66
Commit
074c4b66
authored
May 23, 2014
by
Alison Hodges
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3860 from edx/ahodges/documentation/DOC394
Ahodges/documentation/doc394
parents
fffdeeb9
e3bf3d8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
2 deletions
+66
-2
docs/en_us/data/source/internal_data_formats/change_log.rst
+3
-0
docs/en_us/data/source/internal_data_formats/tracking_logs.rst
+63
-2
No files found.
docs/en_us/data/source/internal_data_formats/change_log.rst
View file @
074c4b66
...
...
@@ -11,6 +11,9 @@ Change Log
* - Date
- Change
* - 05/23/14
- Added descriptions of the enrollment upgrade events to the
:ref:`Tracking Logs` chapter.
* - 05/22/14
- Added descriptions of five video- and problem-related events to the
:ref:`Tracking Logs` chapter.
...
...
docs/en_us/data/source/internal_data_formats/tracking_logs.rst
View file @
074c4b66
...
...
@@ -308,6 +308,10 @@ events that originate on the server (during the processing of a request).
Enrollment Events
=========================
.. tracked_command.py
``edx.course.enrollment.activated`` and ``edx.course.enrollment.deactivated``
------------------------------------------------------------------------------
The server emits these events in response to course enrollment
activities completed by a student.
...
...
@@ -320,11 +324,12 @@ activities completed by a student.
**Unregister** for the course.
In addition, actions by instructors and course staff members also generate
enrollment events. For the actions that members of the course team complete that result in these events, see :ref:`instructor_enrollment`.
enrollment events. For the actions that members of the course team complete that
result in these events, see :ref:`instructor_enrollment`.
**Event Source**: Server
**History**: The enrollment events were added on 03 Dec 2013.
**History**: The
se
enrollment events were added on 03 Dec 2013.
``context`` **Member Fields**:
...
...
@@ -401,6 +406,62 @@ Example
"page": null
}
``edx.course.enrollment.upgrade.clicked``
-----------------------------------------------
Students who enroll with a ``student_courseenrollment.mode`` of 'audit' or
'honor' in a course that has a verified certificate option see a **Challenge
Yourself** link for the course on their dashboards. The browser emits this event
when a student clicks this option, and the process of upgrading the
``student_courseenrollment.mode`` for the student to 'verified' begins. See
:ref:`student_courseenrollment`.
**Event Source**: Browser
**History**: Added 18 Dec 2013.
``context`` **Member Fields**:
.. list-table::
:widths: 15 15 60
:header-rows: 1
* - Field
- Type
- Details and Member Fields
* - ``mode``
- string
- Enrollment mode when the user clicked **Challenge Yourself**: 'audit' or
'honor'.
``event`` **Member Fields**: None.
``edx.course.enrollment.upgrade.succeeded``
------------------------------------------
The server emits this event when the process of upgrading a student's
``student_courseenrollment.mode`` from 'audit' or 'honor' to 'verified' is
complete.
**Event Source**: Server
**History**: Added 18 Dec 2013.
``context`` **Member Fields**:
.. list-table::
:widths: 15 15 60
:header-rows: 1
* - Field
- Type
- Details and Member Fields
* - ``mode``
- string
- always 'verified'
``event`` **Member Fields**: None.
.. _navigational:
==============================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment