Commit dba9c4fe by Alison Hodges

Anton's and Sylvia's edits

parent 82a936df
...@@ -11,7 +11,7 @@ Change Log ...@@ -11,7 +11,7 @@ Change Log
* - Date * - Date
- Change - Change
* - 05/20/14 * - 05/21/14
- Added descriptions of five video- and problem-related events to the - Added descriptions of five video- and problem-related events to the
:ref:`Tracking Logs` chapter. :ref:`Tracking Logs` chapter.
* - * -
......
...@@ -490,8 +490,8 @@ The browser emits these events when a user works with a video. ...@@ -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). - EdX ID of the video being watched (for example, i4x-HarvardX-PH207x-video-Simple_Random_Sample).
* - ``code`` * - ``code``
- string - string
- The YouTube ID of the video being loaded (for example, OEyXaRPEzfM) or - For YouTube videos, the ID of the video being loaded (for example,
'html5' for html5 video. OEyXaRPEzfM). For non-YouTube videos, 'html5'.
* - ``currentTime`` * - ``currentTime``
- float - float
- Time the video was played, in seconds. - 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 ...@@ -569,8 +569,8 @@ The browser emits ``load_video`` events when the video is fully rendered and re
- Details - Details
* - ``code`` * - ``code``
- string - string
- The YouTube ID of the video being loaded (for example, OEyXaRPEzfM) or - For YouTube videos, the ID of the video being loaded (for example,
'html5' for html5 video. OEyXaRPEzfM). For non-YouTube videos, 'html5'.
``hide_transcript`` ``hide_transcript``
------------------- -------------------
...@@ -589,11 +589,11 @@ suppress display of the video transcript. ...@@ -589,11 +589,11 @@ suppress display of the video transcript.
- Details - Details
* - ``code`` * - ``code``
- string - string
- The YouTube ID of the video being loaded (for example, OEyXaRPEzfM) or - For YouTube videos, the ID of the video being loaded (for example,
'html5' for html5 video. OEyXaRPEzfM). For non-YouTube videos, 'html5'.
* - ``currentTime`` * - ``currentTime``
- float - 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`` ``show_transcript``
-------------------- --------------------
...@@ -611,11 +611,11 @@ display the video transcript. ...@@ -611,11 +611,11 @@ display the video transcript.
- Details - Details
* - ``code`` * - ``code``
- string - string
- The YouTube ID of the video being loaded (for example, OEyXaRPEzfM) or - For YouTube videos, the ID of the video being loaded (for example,
'html5' for html5 video. OEyXaRPEzfM). For non-YouTube videos, 'html5'.
* - ``currentTime`` * - ``currentTime``
- float - float
- Time the video transcript was displayed, in seconds. - The point in the video file at which the transcript was opened, in seconds.
.. _pdf: .. _pdf:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment