A single rubric mapping

interface RubricMapping {
    destinationRubricRowId: number;
    sourceRubricRowId: number;
}

Properties

destinationRubricRowId: number

TargetID for the mapping.

sourceRubricRowId: number

SourceID for the mapping.