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 do not emit required progress extension #233

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

xAPI video events do not emit required progress extension #233

e0d opened this issue Sep 21, 2022 · 0 comments

Comments

@e0d
Copy link
Contributor

e0d commented Sep 21, 2022

The progress extension is required in certain cases.

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

This should be represented as follows:

"result": {
        "extensions": {
            "https://w3id.org/xapi/video/extensions/played-segments": "0[.]2.997",
            "https://w3id.org/xapi/video/extensions/progress": 0.06,
            "https://w3id.org/xapi/video/extensions/time": 2.997
        }
    }

Relevant code.

@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