Interface | osid.grading.GradeForm | ||
---|---|---|---|
Implements | osid.OsidObjectForm | ||
osid.OsidSubjugateableForm | |||
Description |
This is the form for creating and updating | ||
Method | getInputScoreStartRangeMetadata | ||
Description |
Gets the metadata for the input score start range. | ||
Return | osid.Metadata | metadata for the input score start range | |
Compliance | mandatory | This method must be implemented. | |
Method | setInputScoreStartRange | ||
Description |
Sets the input score start range. | ||
Parameters | decimal | score | the new start range |
Errors | INVALID_ARGUMENT | score is invalid | |
NO_ACCESS | range cannot be modified | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearInputStartScoreRange | ||
Description |
Clears the input score start. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getInputScoreEndRangeMetadata | ||
Description |
Gets the metadata for the input score start range. | ||
Return | osid.Metadata | metadata for the input score start range | |
Compliance | mandatory | This method must be implemented. | |
Method | setInputScoreEndRange | ||
Description |
Sets the input score start range. | ||
Parameters | decimal | score | the new start range |
Errors | INVALID_ARGUMENT | score is invalid | |
NO_ACCESS | range cannot be modified | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearInputScoreEndRange | ||
Description |
Clears the input score start. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getOutputScoreMetadata | ||
Description |
Gets the metadata for the output score start range. | ||
Return | osid.Metadata | metadata for the output score start range | |
Compliance | mandatory | This method must be implemented. | |
Method | setOutputScore | ||
Description |
Sets the output score. | ||
Parameters | decimal | score | the new output score |
Errors | INVALID_ARGUMENT | score is invalid | |
NO_ACCESS | score cannot be modified | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearOutputScore | ||
Description |
Clears the output score. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | gradeRecordType | the grade record type |
Return | osid.grading.records.GradeFormRecord | the grade form record | |
Errors | NULL_ARGUMENT | gradeRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradeRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |