Commit dba9c4fe by Alison Hodges

Anton's and Sylvia's edits

parent 82a936df
......@@ -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.
* -
......
......@@ -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:
......
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