-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Milestone
Description
The video profile defines the paused verb as:
Indicates that the actor temporary or permanently stopped experiencing the recorded media object.
'stop_video': {
'id': constants.XAPI_VERB_TERMINATED,
'display': constants.TERMINATED
},
'edx.video.stopped': {
'id': constants.XAPI_VERB_TERMINATED,
'display': constants.TERMINATED
},
Code is here.
Terminated is defined as
Used to express that the actor ended a video.
Terminated could also be sent, though it's optional, but only if a pause event is also sent first.
The LRP MAY use "Terminated" when the Actor has terminated the video.
A "Paused" statement MUST be sent before "Terminated" statement if not already sent.
Any statements after this in the current video session MUST NOT be sent, and will be ignored if sent.
There's another question here, does the current backend support chaining xAPI statements such that multiple are emitted for a single platform event?
Metadata
Metadata
Assignees
Labels
No labels