list-assignments
Fetches all assignments in a course with student submission status. Use optional filters for a specific student or submission history.
Instructions
Get a list of all assignments in a course with submission status for students
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | The ID of the course | |
| anonymous | No | Whether to anonymize student names and emails in submission data (default: true for privacy) | |
| studentId | No | Optional: Get submission status for a specific student | |
| includeSubmissionHistory | No | Whether to include submission history details |