---
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` integer, 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

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
