-
Notifications
You must be signed in to change notification settings - Fork 207
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
xAPI - add video tracking #40
Comments
Great. This should be implemented by H5P.Video, which is the generic video-component used by InteractiveVideo. One problem with this recipe is the "complete"-verb. Often, a viewer may abort/stop/leave the video when there are a few seconds left because there are e.g. closing credits or something similar on the end. So even if the viewer has seen every relevant part of the video, a "complete" event is not sent in this case. Could it be there should be an option for the author to configure when he/she considers the video to be completed? For future reference: https://registry.tincanapi.com/#profile/19/recipes |
@fnoks that recipe defines http://activitystrea.ms/schema/1.0/complete as getting to the end of the video (even if you skipped to the end). I encourage people to use http://adlnet.gov/expapi/verbs/completed to mean 'completed the video as a learning experience' which could be author configurable and more subjective. H5P could send both. |
Thank you for clarifying. I have added an issue for sending these events from H5P.Video: |
Was kindly pointed here by a colleague (Beni) after opening a feature request at: |
Has there been any progress on this? I work for a development group attached to the University of Hawaii at Manoā and we are going to be using H5P interactive videos on a project, but do need more interactions tracked. If no one has added these yet is it possible for us to get a pull request, develop, and submit these to be included? |
@KirkJohnson: Unfortunately, adding more xAPI statements related to Video is not part of the current plan for the H5P core team. Not that we don't see the need, but we just need to prioritize other tasks. If you are interested in contributing, please create a pull request. I believe this belongs to the H5P.Video library. By putting the logic here, it will be generic to all usage of video inside H5P, not only for Interactive Video. |
Hi Pål,
Thank you for this. We just wanted to make sure if we created code that
there would be a chance it our pull request would get incorporated.
…On Mon, Nov 6, 2017 at 2:59 AM, Pål Jørgensen ***@***.***> wrote:
@KirkJohnson <https://github.com/kirkjohnson>: Unfortunately, adding more
xAPI statements related to Video is not part of the current plan for the
H5P core team. Not that we don't see the need, but we just need to
prioritize other tasks. If you are interested in contributing, please
create a pull request. I believe this belongs to the H5P.Video library. By
putting the logic here, it will be generic to all usage of video inside
H5P, not only for Interactive Video.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AILQWCCPcq8qoRcW2wqG2zwpIUCXQAGyks5szwLAgaJpZM4LY8JQ>
.
--
*Kirk Johnson*
IT Specialist, Distance Course Design & Consulting (DCDC)
Office: (808) 956-0000 | Web: dcdc.coe.hawaii.edu
|
I remember @falcon-git wrote some code for supporting xapi video profile during the H5P Conference. is that getting into core? Also, pointing out to an interesting article and discussion (see the comments) I had with @garemoko a few weeks back. |
Worth noting that since that discussion the adl video profile have now published a demo profile: https://www.nextsoftwaresolutions.com/xapi-video-profile-demo/ I've not had time to look at it myself yet. |
Thank you @garemoko for the video profile demo link. very interesting! |
So I had a question. One of the guys I'm working with on this project, who
I am including in this email, to extend the video statements of the
interactive video is very involved with the xAPI community. Currently the
interacted video sends the verb completed once a user reaches the end of
the video. Jon tells me that the xAPI community currently defines the verb
completed in relation to a video to if the user has watched all the video
and the verb ended to if a video has ended. Currently the verb completed
is thrown when the video reaches the end but I can skip to the end and
still have this verb passed. Would your team be open to us changing the
completed verb being sent currently at the end of the video to ended and
allowing us to send a completed verb only when a user has watched the
entirety of the video?
…On Tue, Nov 7, 2017 at 10:22 AM, Nadav Kavalerchik ***@***.*** > wrote:
Thank you @garemoko <https://github.com/garemoko> for the video profile
demo link. very interesting!
Attaching a screen capture of a very promising LRS view of the xAPI video
statements:
[image: image]
<https://user-images.githubusercontent.com/231168/32515854-13df6798-c40a-11e7-9f20-67d683eaacc3.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AILQWB9K40vpCoZmiS7Aqm-gfZsbkzAWks5s0LwIgaJpZM4LY8JQ>
.
--
*Kirk Johnson*
IT Specialist, Distance Course Design & Consulting (DCDC)
Office: (808) 956-0000 | Web: dcdc.coe.hawaii.edu
|
Hey all!
FYI, the video profile community is aware that the 'completed' verb is
not currently represented on the xapi.vocab.pub site. This was just an
oversight and will be fixed. The 'ended' verb is on the profile however
and changing the current 'completed' to that verb is what we are
requesting.
- Jon
Jonathan Kevan
R&D Coordinator, Distance Course Design & Consulting (DCDC)
College of Education, University of Hawai‘i at Manoa
1776 University Avenue, Wist 245, Honolulu, Hawai‘i 96822
Web: dcdc.coe.hawaii.edu
…------ Original Message ------
From: "Kirk Johnson" <[email protected]>
To: "h5p/h5p-interactive-video"
<[email protected]>
Cc: "h5p/h5p-interactive-video"
<[email protected]>; "Mention"
<[email protected]>; "Jonathan Kevan" <[email protected]>
Sent: 11/14/2017 9:37:45 AM
Subject: Re: [h5p/h5p-interactive-video] xAPI - add video tracking (#40)
So I had a question. One of the guys I'm working with on this project,
who I am including in this email, to extend the video statements of the
interactive video is very involved with the xAPI community. Currently
the interacted video sends the verb completed once a user reaches the
end of the video. Jon tells me that the xAPI community currently
defines the verb completed in relation to a video to if the user has
watched all the video and the verb ended to if a video has ended.
Currently the verb completed is thrown when the video reaches the end
but I can skip to the end and still have this verb passed. Would your
team be open to us changing the completed verb being sent currently at
the end of the video to ended and allowing us to send a completed verb
only when a user has watched the entirety of the video?
On Tue, Nov 7, 2017 at 10:22 AM, Nadav Kavalerchik
***@***.***> wrote:
>Thank you @garemoko <https://github.com/garemoko> for the video
>profile demo link. very interesting!
>Attaching a screen capture of a very promising LRS view of the xAPI
>video statements:
><https://user-images.githubusercontent.com/231168/32515854-13df6798-c40a-11e7-9f20-67d683eaacc3.png>
>
>—
>You are receiving this because you were mentioned.
>Reply to this email directly, view it on GitHub
><#40 (comment)>,
>or mute the thread
><https://github.com/notifications/unsubscribe-auth/AILQWB9K40vpCoZmiS7Aqm-gfZsbkzAWks5s0LwIgaJpZM4LY8JQ>.
>
--
Kirk Johnson
IT Specialist, Distance Course Design & Consulting (DCDC)
Office: (808) 956-0000 | Web: dcdc.coe.hawaii.edu
|
Since there are sites out there relying on the completed event, we don't wanna remove it. But if you want, you can add the "ended" event. We are planning to add functionality that lets the author have more control over what e.g. "completed" means, but we do not have an ETA for that yet. |
Ok thank you for this Pål. After speaking with Jon I think will do the
verb finished. He is part of the xAPI community and can get this added. I
appreciate your reply.
…On Tue, Nov 21, 2017 at 10:40 PM, Pål Jørgensen ***@***.***> wrote:
Since there are sites out there relying on the completed event, we don't
wanna remove it. But if you want, you can add the "ended" event.
We are planning to add functionality that lets the author have more
control over what e.g. "completed" means, but we do not have an ETA for
that yet.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AILQWF9X_v0taVskmOIozn7cWgjMimjqks5s494BgaJpZM4LY8JQ>
.
--
*Kirk Johnson*
IT Specialist, Distance Course Design & Consulting (DCDC)
Office: (808) 956-0000 | Web: dcdc.coe.hawaii.edu
|
Aloha Pål. Checking to see if we can get an update on this pull request. We still have some time, but we are hoping to have this code incorporated so we can rely on it for an upcoming course we are delivering. Please let us know if there are any issues or ways we can help get this in. Mahalo,
|
@jmkevan : Sorry for the late reply. We have added a task for reviewing and merging this issue in the sprint we have just started. Stay tuned! |
@fnoks - No worries and thanks for the response. We noticed on the JIRA ticket that the following comment was posted:
That seems to imply that the code we submitted was not implemented in the way you would have wanted it. Can we get a little more information about the issue? We are completely fine with you all solving it your own way or if you want help please let us know what could have been better. We want to participate in this community if we can! I received another email from the video CoP today hoping to move forward with H5P. I will cc' you on that separately.
|
@jmkevan that was my comment, left in a hurry, should have been phrased differently. I wasn't in the estimation meeting so I didn't know why the estimate was so high. The comment was meant to explain why I postponed the review of the pull request and trigger a response from the devs who estimated it. I've talked to those who estimated today and also had another look at the PR. The estimate was for us carrying the PR(fix any issues with it), and based on the number of lines changed, the complexity and the amount of testing required. There are device specific and browser specific issues here that I wasn't aware of. We've had problems with Android's HTML5 Video implementation in the past with some of the APIs not working according to the spec. The code looks like a good job, easy to read and well organized. We're very glad that you're willing to work on this and I've done a very quick review and have three questions before we do a more thorough review:
The core change probably makes the verb incorrect since it gets the http://adlnet.gov/expapi/verbs/ prefix for the verb id?
Side question: Do you know what the session-id is used for? I see the documentation here, but I don't see why we need a specific session id for video? http://xapi.vocab.pub/describe/?url=https%3A%2F%2Fw3id.org%2Fxapi%2Fvideo%2Fextensions%2Fsession-id
|
@falcon-git thanks for the thorough response. I will let @KirkJohnson respond to most of your questions, but I can answer the side question. The session-id enables us to get a sense of the frequency of content interaction and not just the quantity of it. That information can then be incorporated into some automated data analysis. For example, we will be using this data to determine how student learning strategies with course content change over time. This can then inform instructional design changes and tools for instructors to find struggling students. It's also used for visualizations like this heat-map:
|
@jmkevan Thanks for answering. I thought context.registration were supposed to be used for things like that, but I see that it isn't very clearly defined in the spec. It would make sense if there were a more "global" property for a session id since video isn't the only activity type that could use a session id. Looking forward to hear more from @KirkJohnson |
Aloha @falcon-git, Replying here with @KirkJohnson:
You're right, in order to use the correct verb URIs for some of the video verbs, we should extend the For context: Our pull requests implement 6 verbs related to video events:
You can see these verbs defined by the Video CoP here: https://github.com/liveaspankaj/xapi-video-cop/blob/master/statement_data_model.md The current pull request to h5p-php-library simply adds We will redo that pull request and implement, but there's one wrinkle first: @jmkevan and @falcon-git, to move forward, we need agreement between H5P and the Video CoP on what verb (and URI) to use here. The Video CoP spec uses
We thought it better to keep the bulk of the XAPI statement's JSON blob together in one block so a quick review can show what the different video verbs use. Since Refactoring
We'd have no problem with this, but defer to your choice as maintainers (don't want to pollute the namespace unless you sign off on it). Adding them to the Video class made sense to us, but that class is getting large and I could see moving xAPI functionality to a separate class where possible. Just let us know what your decision is. |
Here's that change mentioned in (1) above for reference: uhm-coe/h5p-php-library@d71ed1a |
Aloha @figureone and @KirkJohnson,
I don't think you need to change core at all. The list of ADL verbs in core is just a convenience feature for verbs that are rapidly used. Libraries don't have to provide the entire json for them. It was not my attention that more specific verbs should be added to that list. It isn't a whitelist. I think using the completed verb is perfectly fine here instead of finished. It will be up to the parent to handle it. i.e. Interactive Video for instance should make sure that the video is modeled as sub-content of the interactive video so that it is clear that a completed from the video sub-content does not mean that the interactive video is complete.
contextActivities is part of the xAPI spec, and even if it isn't in the video profile used here it can still be uses afaik. We'll avoid changing core if we don't have to. I think the session-id can stay for now, and we can consider if it is needed if and when core adds a session-id to all statements.
Ok, I think we should at least put the statement generation into a separate file. |
@falcon-git You are the maintainer of the code so whatever choice you make and how you want this to work we leave up to you and trust your judgment. We made the best choices we could think of given our limited knowledge of the code base, but we are not opposed to things changing. |
Including @jmkevan @liveaspankaj on this. Thanks gents for the mention. My replies are below. I would totally love to see us work together so the xAPI video profile is supported consistently with H5P.
|
Hi @jhaag75, I believe we decided to use object.definition.type and droped the context.contextActivities.category.id at some point in the Video Profile. Also if I am reading @figureone correctly. He is ready to use:
Pankaj |
@jhaag75 I am a little confused. Probably we needed to remove object.definition.type and keep context.contextActivities.category.id? You are the authority on this part. |
Hi @liveaspankaj currently in H5P they send a completed verb when the end of the video is reached. This can be triggered either by skipping to the end or playing the video completely. Previously in work our team had done on other projects we only sent completed if the video had been watched fully and based the sending on progress. I think the H5P folks, understandably, are not willing to have completed be implemented differently since there are already applications relying on how they are defining completed so that is what prompted the discussion on adding a new verb which would encompass not only the video finishing, but the user having watched all of it as well. Anyone please feel free to correct me if I'm misunderstanding the situation. |
You are on point @KirkJohnson . We are still trying to gather a consensus on a solution to the completed issue. There are essentially three options being discussed:
Would H5P be fine with #2? As a side note, there is an issue we will be looking into in a future PR. Students don't always watch exactly 100% (could be 99%), so we are discussing the ability to set a threshold value somewhere. We are not sure where this value should be exposed though. If you happen to have any thoughts on that please throw it our way. Like I said, this will be a future change though. |
That's all assuming there are no perceived issue from @KirkJohnson or @figureone whom I have not reviewed that information with yet! |
Regarding completed vs. finished we do whatever the profile says. It doesn't matter much to H5P. Most of our xAPI coverage is for content types that has questions and results. Video doesn't. For interactive video we're now adding a submit screen that will result in a completed event for the interactive video. If the video sub content of the interactive video also triggers a completed event it won't be a problem since H5P won't interpret it as the Interactive Video being completed and an LRS shouldn't either. If we don't model the video as sub content a completed event from the video will be changed to something else by interactive video if the interactive video has interactions and a submit screen. If the video isn't modeled as sub content will it be correct to say that the interactive video follows the video profile? Can an activity follow multiple profiles? The video profile isn't made for interactive videos it seems. |
@falcon-git Definitely. An activity can use multiple profiles! @liveaspankaj Yes, we must set the context category id. That's mandatory. The object definition is optional, but a good practice too. @jmkevan Yes, #2 + #3 sounds good but we can keep the "completed" verb. We could also add "finished" or "ended" to represent the video was completed without guarantee that there was any interaction. I think during our last meeting @liveaspankaj said we could just key off of the progress extension to determine if 100% was completed. |
I believe @falcon-git is suggesting that we use Video activity as "sub activity" to the Interactive Video activity (H5P Activity). And use the Video Profile as it is currently, including the completion on consuming all parts of the video. If that is acceptable to all (@falcon-git, @KirkJohnson, @jhaag75, @jmkevan ) I guess there is no other pending conflicts for the moment. @falcon-git, You are right, Video Profile is not made for Interactive Videos, but we did discuss it and agreed that any sub activity statements can be added with acivity id of video as parent id to create the linkage. However, looking at your use case, I guess there is scope for more discussion on including interactive components, specially if the completion of interactive elements effect the overall completion. Using video as sub activity could work as a good immediate term solution. Regards, |
Yes, that's my understanding as well @liveaspankaj ! That's great 👍 In summation...
Let me know if I am missing something.
|
@liveaspankaj I have a couple of concerns though when I think about it. We've had requests for being able to add video interactions on top of the Interactive Video. If we do there will initially not be any difference between those and the main video in the statement, maybe except that the interactions will have information about where in the video they are whereas the main video won't. There is definitively a need for an interactive video profile. Can a profile have rules about events from sub content? Would be cool if a profile could inherit from another and override. The interactive video profile could inherit video, override the completion part and add some rules for interactions within the video if applicable. @jmkevan Even if there is questions regarding interactive video, all issues regarding H5P video should be clear and good to go! Your summation:
|
Adding @fugu13 to this thread in case he has any perspectives about mixing profiles. |
Great to know that all current issues have been resolved.
@falcon-git <https://github.com/falcon-git>, I haven't seen many
interactive video examples, nor has there been much real life use cases
brought up during the Video CoP.
When we say, Interactive Video, it is as open and wide as the entire
eLearning field which one profile might not be able to cover in entirety.
However, a profile could provide a framework where most of the related
known requirements can be handled. The beauty of xAPI is that you can use
multiple profiles in one implementation as long as they do not conflict.
For example, you can use cmi5 to manage the launch, and use inside the cmi5
activity you can have Video Profile for videos etc.
Similarly most of the interactive components could have their own profile.
e.g. social interactions like sharing, commenting, feedback could be
handled with a social profile (I am not sure what work has been done by
existing social profiles) or quiz interactions could be handled by
something like scorm profile.
To be able to understand what needs to be done, it will be important to:
1. Understand what interactive components are there in interactive videos
apart from the video itself.
2. Which of those interactions need to be tracked.
3. What would be the best way to track those interactions.
4. Identify if interactions have any role in completion of video.
5. Identify if there are any other considerations, limitations or
challenges brought up due to interactive components.
Based on the interactive components and requirements you have, it might be
very easy or can get very complicated.
Regards,
Pankaj Agrawal
…On Fri, Feb 9, 2018 at 8:51 PM, Svein-Tore Griff With < ***@***.***> wrote:
@liveaspankaj <https://github.com/liveaspankaj> I have a couple of
concerns though when I think about it. We've had requests for being able to
add video interactions on top of the Interactive Video. If we do there will
initially not be any difference between those and the main video in the
statement, maybe except that the interactions will have information about
where in the video they are whereas the main video won't. There is
definitively a need for an interactive video profile. Can a profile have
rules about events from sub content? Would be cool if a profile could
inherit from another and override. The interactive video profile could
inherit video, override the completion part and add some rules for
interactions within the video if applicable.
@jmkevan <https://github.com/jmkevan> Even if there is questions
regarding interactive video, all issues regarding H5P video should be clear
and good to go! Your summation:
1. Cool
2. Live in the H5P Video library and moves code out of video.js into
x-api.js. Clear candidates are guid and all the getArgsXAPI..., the logic
for keeping track of sections played maybe doesn't make that much sense to
move? You decide.
3. Cool. I think that will be important.
4. Cool
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABv9mV1awz65Sd7Yvjlz7claa55wb3vEks5tTGKJgaJpZM4LY8JQ>
.
|
Thanks @falcon-git . @liveaspankaj - Hopefully I can bring some practical knowledge to the Video CoP once we are done with this Fall course delivery using the H5P interactive videos. I am also exploring its use in a food innovation program at Maui College.. so more potential use cases to draw from. I agree that most of the interactive components fall within the purview of existing or larger profiles. The assessment questions and social functionality are good examples. There may be some exceptions such as having supplementary content (or a link to) pop-up during a video. That's such a generic instructional strategy or event that I am not sure any broader profile makes sense for that. Either way, that's an issue our group would be willing to tackle and think through after our course is delivered if it doesn't get solved before then.
|
@falcon-git btw, one of our developers is out of town.. so we wont get to these updates for a few weeks. We will reach out as soon as we have something to share. |
@jmkevan, will be good to see some practical use cases and feedback from
experience of the course.
Regards,
Pankaj Agrawal
…On Sat, Feb 10, 2018 at 2:30 AM, Jonathan Kevan ***@***.***> wrote:
@falcon-git <https://github.com/falcon-git> btw, one of our developers is
out of town.. so we wont get to these updates for a few weeks. We will
reach out as soon as we have something to share.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABv9mbpfCaOkPP2GoHgDekLUf0l7lFwUks5tTLHWgaJpZM4LY8JQ>
.
|
We are participating in an xAPI cohort. We could add H5P as a use case if
interested. You all are invited to join the group if you haven't already.
More about the cohort and registering is here:
The Slack channel for the video team is here:
If you're interested, send me your email and I'll send ya an invite:
[email protected]
On Sat, Feb 10, 2018 at 5:30 AM, Pankaj Agrawal <[email protected]>
wrote:
… @jmkevan, will be good to see some practical use cases and feedback from
experience of the course.
Regards,
Pankaj Agrawal
On Sat, Feb 10, 2018 at 2:30 AM, Jonathan Kevan ***@***.***>
wrote:
> @falcon-git <https://github.com/falcon-git> btw, one of our developers
is
> out of town.. so we wont get to these updates for a few weeks. We will
> reach out as soon as we have something to share.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#40#
issuecomment-364565084>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/
ABv9mbpfCaOkPP2GoHgDekLUf0l7lFwUks5tTLHWgaJpZM4LY8JQ>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAiZRg77CfY_jW3rh7KRONgAiLQTA450ks5tTX3GgaJpZM4LY8JQ>
.
|
Oops, sorry I forgot the links before I hit send:
https://www.torrancelearning.com/xapi-cohort/
https://xapi-cohort.slack.com/messages/C92FNR318
…On Mon, Feb 12, 2018 at 9:57 AM, Jason Haag ***@***.***> wrote:
We are participating in an xAPI cohort. We could add H5P as a use case if
interested. You all are invited to join the group if you haven't already.
More about the cohort and registering is here:
The Slack channel for the video team is here:
If you're interested, send me your email and I'll send ya an invite:
***@***.***
On Sat, Feb 10, 2018 at 5:30 AM, Pankaj Agrawal ***@***.***>
wrote:
> @jmkevan, will be good to see some practical use cases and feedback from
> experience of the course.
>
> Regards,
> Pankaj Agrawal
>
> On Sat, Feb 10, 2018 at 2:30 AM, Jonathan Kevan ***@***.***
> >
> wrote:
>
> > @falcon-git <https://github.com/falcon-git> btw, one of our developers
> is
> > out of town.. so we wont get to these updates for a few weeks. We will
> > reach out as soon as we have something to share.
> >
> > —
> > You are receiving this because you were mentioned.
> > Reply to this email directly, view it on GitHub
> > <#40 (comment)
> ecomment-364565084>,
> > or mute the thread
> > <https://github.com/notifications/unsubscribe-auth/ABv9mbpfC
> aOkPP2GoHgDekLUf0l7lFwUks5tTLHWgaJpZM4LY8JQ>
>
> > .
> >
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#40 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAiZRg77CfY_jW3rh7KRONgAiLQTA450ks5tTX3GgaJpZM4LY8JQ>
> .
>
|
@liveaspankaj you are right, it is probably quite wide, but there are at least a couple of things that are common for most of the interactive video implementations I've seen, ordered by how common things are:
The interactions themselves are modeled as sub content by H5P in the xAPI statements, and I think they should. And they typically already follow established profiles but I think they should contain info about where in the video the user where when interacting with the sub content and also where the sub content starts and stops in the video. |
These are some very good starting points that can be used to get the
discussion going.
The time extensions could be leveraged for some of the time elements you
mentioned.
In the last Video Profile meeting we had a short discussion about
identifying completions of specific sections in the video using WEBVTT
chapters. Though we haven't had enough discussion or put enough thought on
that, it looks like a use case very similar to the #4 and #5 you mentioned.
Regards,
Pankaj Agrawal
…On Tue, Feb 13, 2018 at 7:22 PM, Svein-Tore Griff With < ***@***.***> wrote:
@liveaspankaj <https://github.com/liveaspankaj> you are right, it is
probably quite wide, but there are at least a couple of things that are
common for most of the interactive video implementations I've seen, ordered
by how common things are:
1. The interactions appear at a certain time in the video and
disappear at a certain time
2. The interactions may or may not pause the video when they appear
3. Invisible hotspots on top of the video that when click send the
user to a url or a nother time in the video or loads another video.
4. Interactions may also often end with the user going to another
place in the video.
5. Navigations through various interactions may form different paths
through the video so that it won't be possible for a learner to see the
entire video unless there is a path that covers the entire video
The interactions themselves are modeled as sub content by H5P in the xAPI
statements, and I think they should. And they typically already follow
established profiles but I think they should contain info about where in
the video the user where when interacting with the sub content and also
where the sub content starts and stops in the video.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABv9mbd_olI6MxC7ZgFPK96kifS-mrSQks5tUZOUgaJpZM4LY8JQ>
.
|
Aloha @falcon-git, the pull request is ready for review again: xAPI features have been refactored to x-api.js and test xAPI statements submitted to an LRS have been reviewed and confirmed to match the Video Profile by @jmkevan. |
Great! Wow, this is a huge pull request! Will be interesting to see this in action with a suitable LRS. I'm happy with the big lines now, I guess the code that still is in html5 and youtube scripts need to be there. Another core team member will do a more thorough review soon. I've updated the Jira issue. |
It would be great if playing, pausing and watching the video were tracked with xAPI.
See the video recipe below:
Recipe: Video Base (v1)
Go to Details
This recipe defines the structure and terms used in Statements intended to record the experience of watching a video. For comments or suggestions on this recipe please email [email protected].
Basics
All statements include the Recipe ID in the 'category' context activity list.
All statements include an Agent for the watcher as the 'actor' property.
All statements include the video Activity as the 'object'.
Video Activity Definition includes the following:
Has the 'type': http://activitystrea.ms/schema/1.0/video
If available include the length of the video in 'extensions' using: http://id.tincanapi.com/extension/duration
Statements
Play
Sent when the video starts to play either during initial load or after a pause.
Verb: http://activitystrea.ms/schema/1.0/play
Includes the time of the point in the video where playing was started as a context extension, value is a float or an ISO8601 duration.
Extension: http://id.tincanapi.com/extension/starting-point
Pause
Sent when the video is paused, either by active pausing of the playing video or as part of a skip sequence, or reaching the end.
Verb: http://id.tincanapi.com/verb/paused
Includes the time of the point in the video where playing was stopped as a context extension, value is a float or an ISO8601 duration.
Extension: http://id.tincanapi.com/extension/ending-point
Watch
Sent when the video is paused when the previous state of the video was playing in order to capture the segment that was played.
Verb: http://activitystrea.ms/schema/1.0/watch
Includes the time of the point in the video where playing started as well as where it stops using context extensions, both values are floats or ISO8601 durations.
Extensions: http://id.tincanapi.com/extension/starting-point, http://id.tincanapi.com/extension/ending-point
Skip
Sent when the video is paused when the previous state of the video was paused in order to capture the segment that is being skipped.
Verb: http://id.tincanapi.com/verb/skipped
Includes the time of the initial point in the video already reached as well as where playing would resume using context extensions, both values are floats or ISO8601 durations.
Extensions: http://id.tincanapi.com/extension/starting-point, http://id.tincanapi.com/extension/ending-point
Complete
Sent when the video advances to the end.
Verb: http://activitystrea.ms/schema/1.0/complete
Includes the ending time of the video as a context extension, value is a float or an ISO8601 duration.
Extension: http://id.tincanapi.com/extension/ending-point
The text was updated successfully, but these errors were encountered: