Interface AutoTestRedactedConnectRubricStepOutput

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

interface AutoTestRedactedConnectRubricStepOutput {
    children: AutoTestRedactedTestStepOutput[];
    id: string;
    rubricRowId?: AutoTestRedactedInteger;
}

Properties

The children of this wrapper step.

id: string

The id of this step.

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