The UpdateGrade endpoint allows instructors to modify various aspects of a student's grade for a specific course and gradebook column in the Blackboard Learning Management System. This PATCH operation enables overriding grades, adding instructor notes and feedback, marking grade…
textstringThe overridden text representation of this grade. This field is only used for overriding the grade via text value
notesstringThe instructor notes associated with this grade. This notes field is used for grades on manual grade columns. That is, when column.grading.type = Manual. It is also used when column.grading.type = Attempts and the grade has been manually overridden.
scoreintegerThe overridden score of this grade. This field is only used for overriding the grade
exemptbooleanWhether the score associated with this grade is ignored when computing the course grade.
fieldsstringA comma-delimited list of fields to include in the response. If not specified, all fields will be returned.
userIdRequiredstringThe user ID. This may be the primary ID, or any of the secondary IDs prefixed with the ID type. <div style="overflow-x:auto;"> <table> <tr> <th>ID type</th> <th>Example</th> </tr> <tbody> <tr> <td>primary</td> <td>_123_1</td> </tr> <tr> <td>externalId</td> <td>externalId:jsmith<…
columnIdRequiredstringThe grade column ID. This may be the primary ID, or any of the secondary IDs prefixed with the ID type. The ID may also be the keyword "finalGrade", which indicates that the course"s final grade column is specified. | ID type | Example | |------------|---------------------------…
courseIdRequiredstringThe course or organization ID. This may be the primary ID, or any of the secondary IDs prefixed with the ID type. | ID type | Example | |------------|---------------------------------------| | primary | _123_1 | | externalId | externalId:math101 | | courseId | courseId:math101 |…
feedbackstringThe instructor feedback associated with this grade. This feedback is used for grades on manual grade columns. That is, when column.grading.type = Manual. It is also used when column.grading.type = Attempts and the grade has been manually overridden.
gradeNotationIdstringThe Id of a Grade Notation which can be optionally associated with this Grade. If a Grade Notation is specified for this Grade, then the DisplayGrade"s Text attribute will contain the Grade Notation"s Description.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.