Open KirkJohnson opened 7 years ago
Great that you want to work on this. Have you considered what verbs and statement structures to use? If you don't have very strong arguments against it, please use the following(I've discussed this with several community members and it seems these are the most popular within the xAPI community at the moment):
http://xapi.vocab.pub:8890/describe/?url=https%3A%2F%2Fw3id.org%2Fxapi%2Fvideo
We'll be happy to review and merge in a pull request on this quite quickly. The work should be done in the H5P.Video library in a way that supports both YouTube and normal HTML5 video. It has events you may leverage for most of it so that you won't need to add code in both the YouTube and HTML video files.
Great thank you very much. I know we will definitely want to implement played, seeked, paused, and probably played-segments. We want to be able to collect how students are spending their time on videos and create a sort of heat map of the timeline. Thank you for this and the insight on where to start. I appreciate it.
On Fri, Nov 3, 2017 at 3:59 AM, Svein-Tore Griff With < notifications@github.com> wrote:
Great that you want to work on this. Have you considered what verbs and statement structures to use? If you don't have very strong arguments against it, please use the following(I've discussed this with several community members and it seems these are the most popular within the xAPI community at the moment):
http://xapi.vocab.pub:8890/describe/?url=https%3A%2F% 2Fw3id.org%2Fxapi%2Fvideo
We'll be happy to review and merge in a pull request on this quite quickly. The work should be done in the H5P.Video https://github.com/h5p/h5p-video library in a way that supports both YouTube and normal HTML5 video. It has events you may leverage for most of it so that you won't need to add code in both the YouTube and HTML video files.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/h5p/h5p-wordpress-plugin/issues/60#issuecomment-341710769, or mute the thread https://github.com/notifications/unsubscribe-auth/AILQWNWb5sHZqQ7AOU-lx0n_HB6TyDPSks5syxw6gaJpZM4QPCnh .
--
Kirk Johnson IT Specialist, Distance Course Design & Consulting (DCDC) Office: (808) 956-0000 | Web: dcdc.coe.hawaii.edu
I want to prequalify a pull request related to the following:
User story:
A user has his an educational site which is hooked up to a LRS and wants to be able to gather data on how students are spending their time on videos in order to use a metric to adjust their course to be more engaging and to see what videos and elements are connecting with people the most.
UX: Directly this wouldn't effect the user experience, but by creating more verbs that track skips, play, pause, and give a list of segments played in video this can be used to get a more valid video complete statement by seeing if the entire video was actually watched and data can be collected that can give a more granular idea of how well videos are connecting with audiences
Accessibility: Not relevant
Technical solution: My team would like to write code that adds more xAPI statements. We want to create statements that track users interactions with the interactive videos more thoroughly like play, pause, skip, segments watched. We want to use the segments watched to piece together and determine if video was actually completed and allow the statements to be available so that that and plugin connecting to a LRS can collect and pass these back and educators can get a more granular idea of how students are interacting with the videos.