blackboard_submit_attempt
Submit and finalize an assignment attempt for grading, with text, attached files, or both. Requires explicit user confirmation before sending.
Instructions
Submit (finalize) an assignment attempt for grading — text, attached files, or both. ALWAYS confirm with the user before submitting, showing exactly what will be sent, then pass confirmed: true. Calling this without the user having confirmed is not allowed. Once submitted the instructor can grade it; use blackboard_save_attempt_draft instead if the student just wants to save progress without sending it yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columnId | Yes | Assignment (gradebook column) ID | |
| courseId | Yes | Blackboard course ID | |
| confirmed | Yes | Must be true. Only set this after showing the user exactly what will be submitted and getting their explicit go-ahead. | |
| fileUploadIds | No | fileUploadId(s) from blackboard_upload_attempt_file to attach to this submission | |
| studentComments | No | Comment to the instructor | |
| studentSubmission | No | Text body of the submission |