Updates an existing question in the ClassMarker question bank. IMPORTANT CONSTRAINTS: - Cannot change the question_type of an existing question (must match original) - random_answers is only valid for multiplechoice and multipleresponse types - grade_style is only valid for mult…
pointsRequiredintegerPoints awarded for a correct answer.
optionsobjectMap of option letters (A-J) to {'content': text}; required for choice and truefalse types.
questionRequiredstringThe question text.
category_idRequiredintegerCategory identifier for this question.
grade_stylestringGrading style for multipleresponse type only.
question_idRequiredintegerID of the existing question to update
verify_onlybooleanIf true, payload is validated without updating; returns status 'verified'.
question_typeRequiredstringQuestion type - MUST match the original question's type (cannot be changed during update). Options: multiplechoice, multipleresponse, truefalse, essay.
random_answersbooleanWhether to randomize the order of options (only valid for multiplechoice and multipleresponse types).
correct_optionsarrayList of letters for correct options; single value for multiplechoice/truefalse, multiple allowed for multipleresponse.
correct_feedbackstringOptional feedback message for correct answers.
incorrect_feedbackstringOptional feedback message for incorrect answers.
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.