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 ce279546ee..52ed16edad 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 @@ -121,6 +121,21 @@ The Student Event Type table lists the event types logged for interaction with t | | | | +---------------------+---------------+---------------------------------------------------------------------+ | | | | | ``speed`` | string | Video speed in use (i.e., 0.75, 1.0, 1.25, 1.50). | +-----------------------------------+-------------------------------+---------------------+-----------------+---------------------+---------------+---------------------------------------------------------------------+ +| ``seek_video`` | Fired when a user uses the | Video | Browser | ``old_time`` | | The time in the video that the user is coming from. | +| | scroll bar or the transcript | | | | | | +| | to go to a different point in | | +---------------------+---------------+---------------------------------------------------------------------+ +| | the video file. | | | ``new_time`` | | The time in the video that the user is going to. | +| | | | +---------------------+---------------+---------------------------------------------------------------------+ +| | | | | ``type`` | | The navigational method used to change position within the video. | ++-----------------------------------+-------------------------------+---------------------+-----------------+---------------------+---------------+---------------------------------------------------------------------+ +| ``speed_change_video`` | Fired when a user selects | Video | Browser | ``current_time`` | | The time in the video that the user chose to change the | +| | 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. | | | | | | ++-----------------------------------+-------------------------------+---------------------+-----------------+---------------------+---------------+---------------------------------------------------------------------+ | ``book`` | Fired when a user is reading | PDF Viewer | Browser | ``type`` | string | `'gotopage'`, `'prevpage'`, `'nextpage'` | | | a PDF book. | | +---------------------+---------------+---------------------------------------------------------------------+ | | | | | ``old`` | integer | Original page number. |