list-section-submissions
Retrieve student submissions for an assignment filtered by a specific section. Get details with optional anonymized names and comments.
Instructions
Get all student submissions for a specific assignment filtered by section
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | The ID of the course | |
| anonymous | No | Whether to anonymize student names and emails (default: true for privacy) | |
| sectionId | Yes | The ID of the section | |
| assignmentId | Yes | The ID of the assignment | |
| includeComments | No | Whether to include submission comments |