Interface AutoTestConnectRubricStepOutput

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

interface AutoTestConnectRubricStepOutput {
    children: AutoTestTestStepOutput[];
    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.