You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or unsupported use case? Please describe.
Make accessible the completion threshold of a video to the frontend. This metric was supported in Postie, and designed in the Figma Wireframe.
The completion threshold stands as a value assigned to each video and configured within Marsha. Presently, we employ this value to ascertain the completion status of views and downloads.
Describe the solution you'd like
Our ideal solution involves the implementation of a straightforward API endpoint. This endpoint will require the video's unique identifier (UID) as a request parameter. The primary purpose of this API is to procure contextual information to the video, including its completion threshold.
Describe alternatives you've considered
Experience index and resource's context retrieval: This involves waiting for the experience index and subsequently retrieving the video's context, which encompasses the completion threshold.
Integration with existing endpoints: Another consideration is to incorporate this functionality into the existing views or download endpoints.
The text was updated successfully, but these errors were encountered:
Yes, it is a constant value. It is computed for each video in marsha. You can find here its computation. It should not be possible to update it, as it is computed with the video duration
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
Make accessible the completion threshold of a video to the frontend. This metric was supported in Postie, and designed in the Figma Wireframe.
The completion threshold stands as a value assigned to each video and configured within Marsha. Presently, we employ this value to ascertain the completion status of views and downloads.
Describe the solution you'd like
Our ideal solution involves the implementation of a straightforward API endpoint. This endpoint will require the video's unique identifier (UID) as a request parameter. The primary purpose of this API is to procure contextual information to the video, including its completion threshold.
Describe alternatives you've considered
Experience index and resource's context retrieval: This involves waiting for the experience index and subsequently retrieving the video's context, which encompasses the completion threshold.
Integration with existing endpoints: Another consideration is to incorporate this functionality into the existing
views
ordownload
endpoints.The text was updated successfully, but these errors were encountered: