From a0f0c853f39ef2befc43aaf92aa6a3a6af18e1a1 Mon Sep 17 00:00:00 2001 From: Alison Hodges Date: Fri, 14 Feb 2014 15:37:07 -0500 Subject: [PATCH] Changed scrollbar to playback bar per Carlos --- .../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 52ed16edad..0a799b48be 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 @@ -1,5 +1,7 @@ +.. _Tracking Logs: + =============== - Tracking Logs +Tracking Logs =============== The following is an inventory of all LMS event types. @@ -121,10 +123,10 @@ 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. | +| ``seek_video`` | Fired when the playback bar | Video | Browser | ``old_time`` | | The time in the video that the user is coming from. | +| | or transcript is used 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. | +-----------------------------------+-------------------------------+---------------------+-----------------+---------------------+---------------+---------------------------------------------------------------------+