blackboard_download_feedback_file
Download a feedback file attached to a graded attempt using the fileId from assignment feedback, then save it locally for review.
Instructions
[EXPERIMENTAL] Download a feedback file that a professor attached to a graded attempt. Use the fileId from blackboard_get_assignment_feedback → attempt.feedbackFiles. The download endpoint may not be available on all Blackboard versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | File ID from blackboard_get_assignment_feedback → attempt.feedbackFiles | |
| columnId | Yes | Gradebook column (assignment) ID | |
| courseId | Yes | Blackboard course ID | |
| filename | No | Filename to save as (defaults to the name from feedbackFiles) | |
| attemptId | Yes | Attempt ID from blackboard_get_assignment_feedback | |
| outputDir | No | Directory to save the file (default: current working directory) |