From 1ae14deb0cc95bf94941ef592c29ab7d61407d03 Mon Sep 17 00:00:00 2001 From: Alison Hodges Date: Wed, 19 Feb 2014 12:29:37 -0500 Subject: [PATCH] Clarified historical effect of the speed_change_video event type --- .../source/internal_data_formats/tracking_logs.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/en_us/data/source/internal_data_formats/tracking_logs.rst b/docs/en_us/data/source/internal_data_formats/tracking_logs.rst index 0a799b48be..8ffecc5b08 100644 --- a/docs/en_us/data/source/internal_data_formats/tracking_logs.rst +++ b/docs/en_us/data/source/internal_data_formats/tracking_logs.rst @@ -6,8 +6,7 @@ Tracking Logs The following is an inventory of all LMS event types. -This inventory is comprised of a table of Common Fields that appear in all events, a table of Student Event Types which lists all interaction with the LMS outside of the Instructor Dashboard, -and a table of Instructor Event Types of all interaction with the Instructor Dashboard in the LMS. +This inventory is comprised of a table of Common Fields that appear in all events, a table of Student Event Types which lists all interaction with the LMS outside of the Instructor Dashboard, and a table of Instructor Event Types of all interactions with the Instructor Dashboard in the LMS. Common Fields ============= @@ -46,7 +45,9 @@ Event Types =========== There are two tables of event types -- one for student events, and one for instructor events. + Table columns describe what each event type represents, which component it originates from, what scripting language was used to fire the event, and what ``event`` fields are associated with it. + The ``event_source`` field from the "Common Fields" table above distinguishes between events that originated in the browser (in javascript) and events that originated on the server (during the processing of a request). Event types with several different historical names are enumerated by forward slashes. @@ -134,9 +135,10 @@ The Student Event Type table lists the event types logged for interaction with t | | a different playing speed | | | | | playing speed. | | | for the video. | | +---------------------+---------------+---------------------------------------------------------------------+ | | **History**: Prior to 12 Feb | | | ``old_speed`` | | The speed at which the video was playing. | -| | 2014, this event fired even | | +---------------------+---------------+---------------------------------------------------------------------+ -| | when the user did not select | | | ``new_speed`` | | The speed that the user selected for the video to play. | -| | a different speed. | | | | | | +| | 2014, this event fired when | | +---------------------+---------------+---------------------------------------------------------------------+ +| | the user selected either the | | | ``new_speed`` | | The speed that the user selected for the video to play. | +| | same speed or a different | | | | | | +| | speed. | | | | | | +-----------------------------------+-------------------------------+---------------------+-----------------+---------------------+---------------+---------------------------------------------------------------------+ | ``book`` | Fired when a user is reading | PDF Viewer | Browser | ``type`` | string | `'gotopage'`, `'prevpage'`, `'nextpage'` | | | a PDF book. | | +---------------------+---------------+---------------------------------------------------------------------+