Interface CompleteImportAutoTestConfigurationRequest

interface CompleteImportAutoTestConfigurationRequest {
    assignmentId: string;
    dstAssignmentId: string;
    rubricConfiguration: CompleteImportAutoTestConfigurationRubricConfiguration;
}

Hierarchy (View Summary)

Properties

assignmentId: string

The id of the assignment in which the AutoTest configuration should be created.

dstAssignmentId: string

Identifier of the assignment to copy from.

Indicates if rubric should be overwritten.