Create a new question for a specific section. Description fields in the request body should be sent as ProseMirror JSON from the Tiptap editor.
The order field specifies where to insert the question within the section. The value is clamped to the valid range [1, currentCount + 1]. If the question is inserted in the middle (i.e., not appended at the end), all existing questions at or after the specified position are shifted down by one to make room for the new question.
Create a new question for a specific section. Description fields in the request body should be sent as ProseMirror JSON from the Tiptap editor.
The
orderfield specifies where to insert the question within the section. The value is clamped to the valid range[1, currentCount + 1]. If the question is inserted in the middle (i.e., not appended at the end), all existing questions at or after the specified position are shifted down by one to make room for the new question.