Get grade detail with feedback
bb_get_grade_detailRetrieve all details for a single gradebook item, including score, rubric, due date, attempt history, student submission, and instructor feedback.
Instructions
Everything about one gradebook item: the score, rubric/points, due date, every attempt with its timestamp and status, the student's submitted text, and the instructor's written feedback. This is where feedback lives. The grade list does not carry it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columnId | Yes | Gradebook column id from bb_list_grades. | |
| courseId | Yes | Course id, e.g. "_12345_1". | |
| includeAttempts | No | Fetch attempt detail. Default true. |