This endpoint creates a new question within an existing Blackboard assessment. It supports various question types and allows for customization of content, feedback, and scoring. Use it to build or modify assessments by adding new questions. Note that while many parameters are op…
textRequiredstringThe main text content for the question. It may include plain and formatted text, and all kinds of content supported by the full text editor.
titlestringThe title of the question.
fieldsstringA comma-delimited list of fields to include in the response. If not specified, all fields will be returned.
pointsintegerThe point value for the question.
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 |…
positionintegerPosition of the Question on the Assessment Canvas.
assessmentIdRequiredstringAssessmentid
instructorNotesstringText added to the question as a note for the instructor. It is not intended to be displayed to students.
questionHandler__typestringType of Question supported. | Type | Description | --------- | --------- | | Presentation | **Since**: 3300.9.0 | | EitherOr | Read Only **Since**: 3300.9.0 | | Essay | Read Only **Since**: 3300.9.0 | | MultipleAnswer | Read Only **Since**: 3400.4.0 | | Numeric | Read Only **Sin…
correctResponseFeedbackstringFeedback displayed to students when their submitted response is correct.
incorrectResponseFeedbackstringFeedback displayed to students when their submitted response is incorrect.
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.