-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add xapi video verbs #17
base: master
Are you sure you want to change the base?
Commits on Nov 22, 2017
-
Added code to handle seeked event and trigger an xAPI statement
Configuration menu - View commit details
-
Copy full SHA for fa94009 - Browse repository at this point
Copy the full SHA fa94009View commit details -
Added xAPI extending functionality
added code for sending following events -seek -volume change -fullscreen -play -pause -Initiated I haven’t actually been able to get the fullscreen event to trigger
Configuration menu - View commit details
-
Copy full SHA for 6aea788 - Browse repository at this point
Copy the full SHA 6aea788View commit details -
Used Youtube Video API to implement: -Seek -Play -Pause -Initiated This is all that was possible via their API
Configuration menu - View commit details
-
Copy full SHA for 28c3266 - Browse repository at this point
Copy the full SHA 28c3266View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df9a91 - Browse repository at this point
Copy the full SHA 6df9a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba72e7d - Browse repository at this point
Copy the full SHA ba72e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ffd605 - Browse repository at this point
Copy the full SHA 3ffd605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a19499 - Browse repository at this point
Copy the full SHA 3a19499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 910f714 - Browse repository at this point
Copy the full SHA 910f714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 749f896 - Browse repository at this point
Copy the full SHA 749f896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f9072 - Browse repository at this point
Copy the full SHA 73f9072View commit details -
Ensure xAPI played event sent appropriately
Play wasn’t firing with play button was hit all the time so I added functionality in the state change event to evaluate if play event needed to be triggered.
Configuration menu - View commit details
-
Copy full SHA for 9ee8c07 - Browse repository at this point
Copy the full SHA 9ee8c07View commit details -
Moved Competion Prams into a function
Moved completion params into a function
Configuration menu - View commit details
-
Copy full SHA for 6cc6009 - Browse repository at this point
Copy the full SHA 6cc6009View commit details -
Haven’t been able to get this code to call for testing in any video upload with Wordpress so I am not adding functionality for this.
Configuration menu - View commit details
-
Copy full SHA for fff638d - Browse repository at this point
Copy the full SHA fff638dView commit details -
Fine tuned seek event more. It is working very well on HTML5 still need some work on Youtube for the events when a user is scrubbing.
Configuration menu - View commit details
-
Copy full SHA for 68c2482 - Browse repository at this point
Copy the full SHA 68c2482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b357b4 - Browse repository at this point
Copy the full SHA 3b357b4View commit details -
Format Float on played segments
Made sure all floats in played segments were formatted to correct precision
Configuration menu - View commit details
-
Copy full SHA for 8680f05 - Browse repository at this point
Copy the full SHA 8680f05View commit details -
maintainer uses 2 spaces for indentation, make sure to follow this style.
Configuration menu - View commit details
-
Copy full SHA for b559407 - Browse repository at this point
Copy the full SHA b559407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb2dce - Browse repository at this point
Copy the full SHA 2cb2dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 920f80e - Browse repository at this point
Copy the full SHA 920f80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3527921 - Browse repository at this point
Copy the full SHA 3527921View commit details -
Configuration menu - View commit details
-
Copy full SHA for 847bd71 - Browse repository at this point
Copy the full SHA 847bd71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 157f527 - Browse repository at this point
Copy the full SHA 157f527View commit details -
Refactor xAPI object function names
Use template getArgsXAPI{verb} instead of getxAPI{verb}Object
Configuration menu - View commit details
-
Copy full SHA for 60015e7 - Browse repository at this point
Copy the full SHA 60015e7View commit details -
xAPI verbs are past tense, so make the function names match.
Configuration menu - View commit details
-
Copy full SHA for 871fb29 - Browse repository at this point
Copy the full SHA 871fb29View commit details -
html5 video object has a property called currentTime, not current_time
Configuration menu - View commit details
-
Copy full SHA for e52a8dd - Browse repository at this point
Copy the full SHA e52a8ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 449df2d - Browse repository at this point
Copy the full SHA 449df2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4924b66 - Browse repository at this point
Copy the full SHA 4924b66View commit details -
Added code to handle seeked event and trigger an xAPI statement
Configuration menu - View commit details
-
Copy full SHA for 8c66406 - Browse repository at this point
Copy the full SHA 8c66406View commit details -
Added xAPI extending functionality
added code for sending following events -seek -volume change -fullscreen -play -pause -Initiated I haven’t actually been able to get the fullscreen event to trigger
Configuration menu - View commit details
-
Copy full SHA for 8ef5ba9 - Browse repository at this point
Copy the full SHA 8ef5ba9View commit details -
Used Youtube Video API to implement: -Seek -Play -Pause -Initiated This is all that was possible via their API
Configuration menu - View commit details
-
Copy full SHA for e08d9c5 - Browse repository at this point
Copy the full SHA e08d9c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c102c7 - Browse repository at this point
Copy the full SHA 1c102c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5ed92 - Browse repository at this point
Copy the full SHA 2b5ed92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8aa9b - Browse repository at this point
Copy the full SHA 9e8aa9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f22a59 - Browse repository at this point
Copy the full SHA 9f22a59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 828611e - Browse repository at this point
Copy the full SHA 828611eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c16cc62 - Browse repository at this point
Copy the full SHA c16cc62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1988a2d - Browse repository at this point
Copy the full SHA 1988a2dView commit details -
Ensure xAPI played event sent appropriately
Play wasn’t firing with play button was hit all the time so I added functionality in the state change event to evaluate if play event needed to be triggered.
Configuration menu - View commit details
-
Copy full SHA for 6b57fc4 - Browse repository at this point
Copy the full SHA 6b57fc4View commit details -
Moved Competion Prams into a function
Moved completion params into a function
Configuration menu - View commit details
-
Copy full SHA for 7245458 - Browse repository at this point
Copy the full SHA 7245458View commit details -
Haven’t been able to get this code to call for testing in any video upload with Wordpress so I am not adding functionality for this.
Configuration menu - View commit details
-
Copy full SHA for 25ede9a - Browse repository at this point
Copy the full SHA 25ede9aView commit details -
Fine tuned seek event more. It is working very well on HTML5 still need some work on Youtube for the events when a user is scrubbing.
Configuration menu - View commit details
-
Copy full SHA for 778330f - Browse repository at this point
Copy the full SHA 778330fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7561c34 - Browse repository at this point
Copy the full SHA 7561c34View commit details -
Format Float on played segments
Made sure all floats in played segments were formatted to correct precision
Configuration menu - View commit details
-
Copy full SHA for a640440 - Browse repository at this point
Copy the full SHA a640440View commit details -
maintainer uses 2 spaces for indentation, make sure to follow this style.
Configuration menu - View commit details
-
Copy full SHA for dd3cefc - Browse repository at this point
Copy the full SHA dd3cefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18be43b - Browse repository at this point
Copy the full SHA 18be43bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e2861 - Browse repository at this point
Copy the full SHA c4e2861View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c6e0a9 - Browse repository at this point
Copy the full SHA 3c6e0a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1434112 - Browse repository at this point
Copy the full SHA 1434112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 129d56e - Browse repository at this point
Copy the full SHA 129d56eView commit details -
Refactor xAPI object function names
Use template getArgsXAPI{verb} instead of getxAPI{verb}Object
Configuration menu - View commit details
-
Copy full SHA for ebadcc9 - Browse repository at this point
Copy the full SHA ebadcc9View commit details -
xAPI verbs are past tense, so make the function names match.
Configuration menu - View commit details
-
Copy full SHA for c16d0fd - Browse repository at this point
Copy the full SHA c16d0fdView commit details -
html5 video object has a property called currentTime, not current_time
Configuration menu - View commit details
-
Copy full SHA for a95ae2c - Browse repository at this point
Copy the full SHA a95ae2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b85a5ec - Browse repository at this point
Copy the full SHA b85a5ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7100eb6 - Browse repository at this point
Copy the full SHA 7100eb6View commit details -
Merge branch 'add-xapi-video-verbs' of https://github.com/uhm-coe/h5p…
…-video into add-xapi-video-verbs
Configuration menu - View commit details
-
Copy full SHA for 6c8dffa - Browse repository at this point
Copy the full SHA 6c8dffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 954f51f - Browse repository at this point
Copy the full SHA 954f51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f82c2cb - Browse repository at this point
Copy the full SHA f82c2cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e7b3f - Browse repository at this point
Copy the full SHA a8e7b3fView commit details
Commits on Nov 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 215da89 - Browse repository at this point
Copy the full SHA 215da89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52256cc - Browse repository at this point
Copy the full SHA 52256ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15473c2 - Browse repository at this point
Copy the full SHA 15473c2View commit details
Commits on Feb 12, 2018
-
Moved statement creation to separate file
Moved all statement creation of xAPI video objects to a separate file x-api.js
Configuration menu - View commit details
-
Copy full SHA for 15a58c8 - Browse repository at this point
Copy the full SHA 15a58c8View commit details
Commits on Feb 13, 2018
-
Move of xapi statement to new file
This should have been commited with the last commit. The statement generation was moved out of this file to the x-api.js file.
Configuration menu - View commit details
-
Copy full SHA for b1e9a27 - Browse repository at this point
Copy the full SHA b1e9a27View commit details
Commits on Feb 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 28b9654 - Browse repository at this point
Copy the full SHA 28b9654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb7492 - Browse repository at this point
Copy the full SHA 5eb7492View commit details
Commits on Feb 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9fe5f95 - Browse repository at this point
Copy the full SHA 9fe5f95View commit details -
Changed to match video profile. Completed statement can be differentiated from H5P interactive video completed statement due to object.id.
Configuration menu - View commit details
-
Copy full SHA for 58d5638 - Browse repository at this point
Copy the full SHA 58d5638View commit details -
Adjustments to xapi statements
Added some items to completed per Jon’s request and ensured decimals in seeked were being fixed to a decimal count.
Configuration menu - View commit details
-
Copy full SHA for 02607f0 - Browse repository at this point
Copy the full SHA 02607f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d024c - Browse repository at this point
Copy the full SHA a3d024cView commit details
Commits on Feb 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c516b82 - Browse repository at this point
Copy the full SHA c516b82View commit details
Commits on Feb 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a35b66c - Browse repository at this point
Copy the full SHA a35b66cView commit details
Commits on Feb 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 56d8f0d - Browse repository at this point
Copy the full SHA 56d8f0dView commit details
Commits on Feb 27, 2018
-
Fix bug with small video durations
parseInt() fails on small numbers. Video durations less than 32 seconds will use scientific notation when doing the year calculation (e.g., 8 seconds => parseInt(8*(365*24*3600)) == 2.53e-7), and parseInt() will convert this to 2 instead of 0. See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt#Description
Configuration menu - View commit details
-
Copy full SHA for 35daa0a - Browse repository at this point
Copy the full SHA 35daa0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f9e75 - Browse repository at this point
Copy the full SHA 57f9e75View commit details
Commits on Mar 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d292a6f - Browse repository at this point
Copy the full SHA d292a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4086a79 - Browse repository at this point
Copy the full SHA 4086a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a7928 - Browse repository at this point
Copy the full SHA 66a7928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 735bf09 - Browse repository at this point
Copy the full SHA 735bf09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 745ab2a - Browse repository at this point
Copy the full SHA 745ab2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a36df - Browse repository at this point
Copy the full SHA 44a36dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a68cf - Browse repository at this point
Copy the full SHA c9a68cfView commit details -
Update completed verb to match change in spec
xAPI Video Profile spec was updated to use “completion” instead of “success” in the result object. See: https://liveaspankaj.gitbooks.io/xapi-video-profile/content/statement_data_model.html#252-completion
Configuration menu - View commit details
-
Copy full SHA for 5ab4d28 - Browse repository at this point
Copy the full SHA 5ab4d28View commit details -
Annotate spec format for progress extension
also include note about avoiding parseInt() because it cannot handle exponential notation.
Configuration menu - View commit details
-
Copy full SHA for cb1b90e - Browse repository at this point
Copy the full SHA cb1b90eView commit details
Commits on Mar 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0ef32d9 - Browse repository at this point
Copy the full SHA 0ef32d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f210eba - Browse repository at this point
Copy the full SHA f210ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 467ee4c - Browse repository at this point
Copy the full SHA 467ee4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cf8602 - Browse repository at this point
Copy the full SHA 4cf8602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2012f5b - Browse repository at this point
Copy the full SHA 2012f5bView commit details -
In getProgress a current segment is ended. I removed an uneccessary if statement below this that made a segment from the current time to the current time. getProgress is also called in html5.js and youtube.js before determining if getArgsXAPICopmleted should be called. getArgsXAPICompleted was also calling getProgess which results in another segment of current time to current time which is meaningless so I made progress an input to getArgsXAPICompleted so this call is only made once and the segment is ended without a meaningless one being added to the segment string.
Configuration menu - View commit details
-
Copy full SHA for ca9a196 - Browse repository at this point
Copy the full SHA ca9a196View commit details -
Merge branch 'add-xapi-video-verbs' of https://github.com/uhm-coe/h5p…
…-video into add-xapi-video-verbs
Configuration menu - View commit details
-
Copy full SHA for 48f51e1 - Browse repository at this point
Copy the full SHA 48f51e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6cd81 - Browse repository at this point
Copy the full SHA ca6cd81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 080f2ce - Browse repository at this point
Copy the full SHA 080f2ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09583ab - Browse repository at this point
Copy the full SHA 09583abView commit details -
Refactor endPlayedSegment(), getProgress(), and playedSegments
playedSegments was being stored as a string, requiring parsing to array and manipulating whenever progress was queried. Refactor playedSegments to an array, and only stringify it when sending an xAPI statement out.
Configuration menu - View commit details
-
Copy full SHA for a00b8b5 - Browse repository at this point
Copy the full SHA a00b8b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e7dd6 - Browse repository at this point
Copy the full SHA a4e7dd6View commit details
Commits on Mar 8, 2018
-
Formatting (match H5P code guidelines)
strings wrapped in single quotes; add missing semicolons; strict comparisons; else starts its own line. See: https://h5p.org/documentation/for-developers/coding-guidelines
Configuration menu - View commit details
-
Copy full SHA for ff3ffb8 - Browse repository at this point
Copy the full SHA ff3ffb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for af8e985 - Browse repository at this point
Copy the full SHA af8e985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5558d8f - Browse repository at this point
Copy the full SHA 5558d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff9f1c0 - Browse repository at this point
Copy the full SHA ff9f1c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec75b45 - Browse repository at this point
Copy the full SHA ec75b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 719add4 - Browse repository at this point
Copy the full SHA 719add4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6aef4 - Browse repository at this point
Copy the full SHA ef6aef4View commit details -
could have garbage data with lots of timeline scrubbing, or miss some segments if user played/paused in less than 1 second intervals.
Configuration menu - View commit details
-
Copy full SHA for 4995735 - Browse repository at this point
Copy the full SHA 4995735View commit details -
Lowered threshold of time for endPlayedSegment
This was only pushing segments if the time was greater than 1 second. The reason being is this would get called multiple times when a user scrubbed the play bar for a seeked event, and we used the time to determine state. We lowered this to 1/2 a second and the results seem to go well. Seek isn’t fired multiple times when scrubbing and play and paused are recorded acurately even with short intervals.
Configuration menu - View commit details
-
Copy full SHA for 2eb31e9 - Browse repository at this point
Copy the full SHA 2eb31e9View commit details -
Revert to previous version to accomodate pull
Had made changes and committed before my git tool recognized changes had already been pushed. I’m changing to match pushed changes since they incorporate the work I was going to do anyways.
Configuration menu - View commit details
-
Copy full SHA for 7fc4d18 - Browse repository at this point
Copy the full SHA 7fc4d18View commit details -
Merge branch 'add-xapi-video-verbs' of https://github.com/uhm-coe/h5p…
…-video into add-xapi-video-verbs
Configuration menu - View commit details
-
Copy full SHA for 31ce7e6 - Browse repository at this point
Copy the full SHA 31ce7e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8940b2 - Browse repository at this point
Copy the full SHA c8940b2View commit details
Commits on Mar 14, 2018
-
HFP-1779 Refactor xAPI statement building
There was some duplicate code that was used in several functions that could also be supported by a builder function. Will be more relevant as new xAPI statements will get added. Cmp. h5p#17 (comment)
Configuration menu - View commit details
-
Copy full SHA for a88c17b - Browse repository at this point
Copy the full SHA a88c17bView commit details -
HFP-1779 Allow false for full-screen extension on init
The Video CoP does allow the full-screen extension to be false. Cmp. https://github.com/liveaspankaj/xapi-video-cop/blob/master/statement_data_model.md
Configuration menu - View commit details
-
Copy full SHA for f3581ac - Browse repository at this point
Copy the full SHA f3581acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0585bbb - Browse repository at this point
Copy the full SHA 0585bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94aa8c2 - Browse repository at this point
Copy the full SHA 94aa8c2View commit details -
HFP-1779 Move video state variables to video object
Some video state variables were stored with the xAPI object, not with the the video object. This was step 1 in moving some of the duplicate logic within the video handlers to video.js
Configuration menu - View commit details
-
Copy full SHA for 40db1c3 - Browse repository at this point
Copy the full SHA 40db1c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4346b92 - Browse repository at this point
Copy the full SHA 4346b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0dbf9 - Browse repository at this point
Copy the full SHA 6c0dbf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2224edd - Browse repository at this point
Copy the full SHA 2224eddView commit details
Commits on Mar 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d0bc373 - Browse repository at this point
Copy the full SHA d0bc373View commit details -
Merge remote-tracking branch 'upstream/add-xapi-video-verbs' into add…
…-xapi-video-verbs
Configuration menu - View commit details
-
Copy full SHA for 83c472a - Browse repository at this point
Copy the full SHA 83c472aView commit details
Commits on Mar 23, 2018
-
Merge pull request #1 from otacke/add-xapi-video-verbs
Add xapi video verbs
Configuration menu - View commit details
-
Copy full SHA for f132369 - Browse repository at this point
Copy the full SHA f132369View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ed616 - Browse repository at this point
Copy the full SHA f3ed616View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e4f24 - Browse repository at this point
Copy the full SHA d6e4f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91936f3 - Browse repository at this point
Copy the full SHA 91936f3View commit details -
Trigger completed statement at 95% or more watched
When video ends, if the watched segments cover at least 95% of the total video time, then fire the xAPI completed statement. This covers edge cases where small imprecisions in play/pause timecodes cause getProgress() to report less-than-100% completion, even if the entire video was watched.
Configuration menu - View commit details
-
Copy full SHA for 166c8d3 - Browse repository at this point
Copy the full SHA 166c8d3View commit details
Commits on Apr 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5c1f995 - Browse repository at this point
Copy the full SHA 5c1f995View commit details -
HFP-1779 Prevent triggering paused before seeked
The current implementation of H5P.Video was not designed to track the experience of the user or video state as perceived by the user. This job is left to the content type using H5P.Video, which forces the implementation of new xAPI verbs to be quirky. Also, it might not be possible to get rid of some unneccesary xAPI statements that are fired unless there's some refactoring which would also include e.g. Interactive Video.
Configuration menu - View commit details
-
Copy full SHA for 1f18bdb - Browse repository at this point
Copy the full SHA 1f18bdbView commit details -
Use identity operator instead of equality operator Use constants for video state
Configuration menu - View commit details
-
Copy full SHA for f977a64 - Browse repository at this point
Copy the full SHA f977a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 283f2e3 - Browse repository at this point
Copy the full SHA 283f2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dd68ac - Browse repository at this point
Copy the full SHA 6dd68acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8223c20 - Browse repository at this point
Copy the full SHA 8223c20View commit details
Commits on Apr 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 12912a8 - Browse repository at this point
Copy the full SHA 12912a8View commit details
Commits on Apr 9, 2018
-
Merge pull request #2 from otacke/add-xapi-video-verbs
Add xapi video verbs
Configuration menu - View commit details
-
Copy full SHA for cbef273 - Browse repository at this point
Copy the full SHA cbef273View commit details
Commits on Apr 23, 2018
-
Add video length to initialized statement
Was asked by Jon to add video length to the extensions sent by the intialized verb.
Configuration menu - View commit details
-
Copy full SHA for 4f70c16 - Browse repository at this point
Copy the full SHA 4f70c16View commit details -
Merge branch 'add-xapi-video-verbs' of https://github.com/uhm-coe/h5p…
…-video into add-xapi-video-verbs # Conflicts: # scripts/html5.js # scripts/youtube.js
Configuration menu - View commit details
-
Copy full SHA for 94ff7b3 - Browse repository at this point
Copy the full SHA 94ff7b3View commit details
Commits on Apr 25, 2018
-
Use Youtube API to pass correct duration
Youtube was passing 0 in for video duration so I changed this to use the api’s method to get video length.
COE User committedApr 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 035d23a - Browse repository at this point
Copy the full SHA 035d23aView commit details
Commits on Apr 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3707be2 - Browse repository at this point
Copy the full SHA 3707be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d243bb1 - Browse repository at this point
Copy the full SHA d243bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5501579 - Browse repository at this point
Copy the full SHA 5501579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab090b - Browse repository at this point
Copy the full SHA 7ab090bView commit details
Commits on May 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e1af0c1 - Browse repository at this point
Copy the full SHA e1af0c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d612b7 - Browse repository at this point
Copy the full SHA 9d612b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6a584 - Browse repository at this point
Copy the full SHA 3e6a584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b0b86 - Browse repository at this point
Copy the full SHA 85b0b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6d166 - Browse repository at this point
Copy the full SHA ef6d166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f595f7 - Browse repository at this point
Copy the full SHA 4f595f7View commit details -
Updating the currently playing segment start time when the video starts playing is required in certain scenarios. For example, If a user revisits a page with a youtube video that they had previously partially watched, the video will resume from where they left off. If we don’t set `playingSegmentStart` on the play event, the first playing segment recorded will start at 0 (the beginning of the video) rather than the timecode the video resumed from.
Configuration menu - View commit details
-
Copy full SHA for 26b8f94 - Browse repository at this point
Copy the full SHA 26b8f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea01a7 - Browse repository at this point
Copy the full SHA 0ea01a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17052be - Browse repository at this point
Copy the full SHA 17052beView commit details
Commits on Jun 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d9d2202 - Browse repository at this point
Copy the full SHA d9d2202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706855d - Browse repository at this point
Copy the full SHA 706855dView commit details
Commits on Jul 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9bc078a - Browse repository at this point
Copy the full SHA 9bc078aView commit details