---
title: "✨ Update learner progress on a learning resource"
method: POST
path: "/api/learning-resources/{id}/progress/"
tags: ["Learning Resources"]
---

# ✨ Update learner progress on a learning resource

`POST /api/learning-resources/{id}/progress/`

<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.

## Path parameters

- `id` string, required

## Request body

- LearningProgressUpdateRequest
  - `answers` object
  - `mark_complete` boolean
  - `module_id` integer
  - `page_id` string
  - `quiz_id` string
  - `time_spent_seconds` integer

## Response `200`

- LearningProgressResponse
  - `completed_at` string, date-time, nullable, required
  - `course_reset` boolean
  - `gating` object, required
  - `is_stale` boolean, required
  - `module_progress` object
  - `pages_visited` string[], required
  - `quiz_results` object, required
  - `resource_version` integer, required
  - `time_spent_seconds` integer, required

## Changes

- **2026-06-11** `bcf40ee10a64` — 3 warning, 1 info
  - removed the request property `passed` (media type: application/json)
  - removed the request property `passed` (media type: application/x-www-form-urlencoded)
  - removed the request property `passed` (media type: multipart/form-data)
  - added the optional property `course_reset` to the response with the `200` status
- **2026-06-10** `d3cf6cceebfd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/learning-resources/:id/progress/post.md)

---

[API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.dev/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/fa73fba01480/schema)
