submissions
Retrieve a list of student submissions for a specified assignment, including user IDs, submission status, timestamps, file download links, and online text. Filter to submitted only to identify missing work.
Instructions
Who handed in what for one assignment: the userid, the status ('submitted', 'new', 'draft'), when it arrived, the file names with download URLs and any online text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignid | Yes | Assignment id from assignments | |
| only_submitted | No | Skip students who have not handed in |