diff --git a/docs/en_us/data/source/internal_data_formats/change_log.rst b/docs/en_us/data/source/internal_data_formats/change_log.rst index d84a7ed15e..fe3efd5672 100644 --- a/docs/en_us/data/source/internal_data_formats/change_log.rst +++ b/docs/en_us/data/source/internal_data_formats/change_log.rst @@ -11,7 +11,7 @@ Change Log * - Date - Change - * - 05/20/14 + * - 05/21/14 - Added descriptions of five video- and problem-related events to the :ref:`Tracking Logs` chapter. * - 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 673c19c60c..aa27d715cc 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 @@ -490,8 +490,8 @@ The browser emits these events when a user works with a video. - EdX ID of the video being watched (for example, i4x-HarvardX-PH207x-video-Simple_Random_Sample). * - ``code`` - string - - The YouTube ID of the video being loaded (for example, OEyXaRPEzfM) or - 'html5' for html5 video. + - For YouTube videos, the ID of the video being loaded (for example, + OEyXaRPEzfM). For non-YouTube videos, 'html5'. * - ``currentTime`` - float - Time the video was played, in seconds. @@ -569,8 +569,8 @@ The browser emits ``load_video`` events when the video is fully rendered and re - Details * - ``code`` - string - - The YouTube ID of the video being loaded (for example, OEyXaRPEzfM) or - 'html5' for html5 video. + - For YouTube videos, the ID of the video being loaded (for example, + OEyXaRPEzfM). For non-YouTube videos, 'html5'. ``hide_transcript`` ------------------- @@ -589,11 +589,11 @@ suppress display of the video transcript. - Details * - ``code`` - string - - The YouTube ID of the video being loaded (for example, OEyXaRPEzfM) or - 'html5' for html5 video. + - For YouTube videos, the ID of the video being loaded (for example, + OEyXaRPEzfM). For non-YouTube videos, 'html5'. * - ``currentTime`` - float - - Time the video transcript was hidden, in seconds. + - The point in the video file at which the transcript was hidden, in seconds. ``show_transcript`` -------------------- @@ -611,11 +611,11 @@ display the video transcript. - Details * - ``code`` - string - - The YouTube ID of the video being loaded (for example, OEyXaRPEzfM) or - 'html5' for html5 video. + - For YouTube videos, the ID of the video being loaded (for example, + OEyXaRPEzfM). For non-YouTube videos, 'html5'. * - ``currentTime`` - float - - Time the video transcript was displayed, in seconds. + - The point in the video file at which the transcript was opened, in seconds. .. _pdf: