update_module_progress
Update a user's module progress by recording a score (0-100), marking completion status, and adding an optional note.
Instructions
Record a module result for a user: set score (0–100), mark as completed or not, and optionally add a note. Uses the Litmos /results/modules API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note (max 255 characters) | |
| score | Yes | Score (0–100). Typically 100 when marking a module complete. | |
| userId | Yes | The Litmos user ID | |
| courseId | Yes | The Litmos course ID the module belongs to | |
| moduleId | Yes | The module ID to record results for | |
| completed | Yes | Set to true to mark the module as completed, false otherwise. |