Skip to content
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 Video events don't report required progress for paused, terminated, completed verbs #232

Open
e0d opened this issue Sep 21, 2022 · 0 comments

Comments

@e0d
Copy link
Contributor

e0d commented Sep 21, 2022

The progress extension is:

Used to expresses the percentage of media consumed by the actor.

We are required to emit it in certain cases:

The LRP MUST assign progress value to statements with "paused", "terminated" and "completed" verbs.

Used to expresses the percentage of media consumed by the actor.
LRP Obligations
The LRP MUST assign progress value to statements with "paused", "terminated" and "completed" verbs.

It should be represented in the statement as follows:

    "result": {
        "completion": true,
        "extensions": {
            "https://w3id.org/xapi/video/extensions/played-segments": "0[.]46.613",
            "https://w3id.org/xapi/video/extensions/progress": 1,
            "https://w3id.org/xapi/video/extensions/time": 46.613
        }
    }

Full sample events are available here.

@e0d e0d added this to the xapi-video-profile milestone Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant