Learning Resources

✨ Update learner progress on a learning resource

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Update the current user's progress on a learning resource.
post/api/learning-resources/{id}/progress/

Path parameters

idinteger required

A unique integer value identifying this learning resource.

Request body

answersobject
mark_completeboolean
module_idinteger
page_idstring
quiz_idstring
time_spent_secondsinteger

Response

completed_atstring date-time nullable required
course_resetboolean
gatingobject required
is_staleboolean required
module_progressobject
pages_visitedstring[] required
quiz_resultsobject required
resource_versioninteger required
time_spent_secondsinteger required

Changes

Changed in 3 of the 97 revisions of this API.132

    • for the path request parameter id, the type/format was changed from string/ to integer/

      request-parameter-type-changed

  • bcf40ee10a6431See the full diff
    • removed the request property passed (media type: application/json)

      request-property-removed

    • removed the request property passed (media type: application/x-www-form-urlencoded)

      request-property-removed

    • removed the request property passed (media type: multipart/form-data)

      request-property-removed

    • added the optional property course_reset to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

Of the 97 revisions, 1 has no diff computed.