Interface | osid.grading.transform.GradeSystemTransformForm | ||
---|---|---|---|
Implements | osid.OsidRuleForm | ||
Description |
This is the form for creating and updating | ||
Method | getNormalizeInputScoresMetadata | ||
Description |
Gets the metadata for a score normalization rule. | ||
Return | osid.Metadata | metadata for the score normalization rule | |
Compliance | mandatory | This method must be implemented. | |
Method | setNormalizesInputScore | ||
Description |
Sets the normalize input scores rule. | ||
Parameters | boolean | enabled | the normalize input scores rule |
Errors | INVALID_ARGUMENT | enabled is invalid | |
NO_ACCESS | enabled cannot be modified | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearNormalizesInputScores | ||
Description |
Clears the normalize input scores rule. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemTransformFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | gradeSystemTransformRecordType | the grade system transform record type |
Return | osid.grading.transform.records.GradeSystemTransformRecord | the grade system transform form record | |
Errors | NULL_ARGUMENT | gradeSystemTransformRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradeSystemTransformRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |