Interface AutoTestConnectRubricStepInput

Connect the amount of points achieved in the children to a rubric category.

interface AutoTestConnectRubricStepInput {
    children?: AutoTestTestStepInput[];
    id?: string;
    rubricRowId?: number;
}

Properties

The children of this wrapper step.

id?: string

The id of this step.

rubricRowId?: number

The id of the connected rubric row. If not set no rubric is connected.