Commit 71fb09b5 by Alison Hodges

Added drafts for speed_change_video and seek_video event types

parent 38ee585d
...@@ -121,6 +121,21 @@ The Student Event Type table lists the event types logged for interaction with t ...@@ -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). | | | | | | ``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'` | | ``book`` | Fired when a user is reading | PDF Viewer | Browser | ``type`` | string | `'gotopage'`, `'prevpage'`, `'nextpage'` |
| | a PDF book. | | +---------------------+---------------+---------------------------------------------------------------------+ | | a PDF book. | | +---------------------+---------------+---------------------------------------------------------------------+
| | | | | ``old`` | integer | Original page number. | | | | | | ``old`` | integer | Original page number. |
......
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