@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias formsCreateQuestionResponse201

    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.

    type formsCreateQuestionResponse201 = {
        data: FormsQuestionResponse;
        status: 201;
    }
    Index

    Properties

    Properties

    status: 201