Interface | osid.course.requisite.AssessmentRequirementForm | ||
---|---|---|---|
Implements | osid.OsidRuleForm | ||
osid.OsidAggregateableForm | |||
Description |
This is the form for creating and updating | ||
Method | getTimeframeMetadata | ||
Description |
Gets the metadata for the timeframe. | ||
Return | osid.Metadata | metadata for the timeframe | |
Compliance | mandatory | This method must be implemented. | |
Method | setTimeframe | ||
Description |
Sets the timeframe. | ||
Parameters | osid.calendaring.Duration | duration | the new duration |
Errors | INVALID_ARGUMENT | duration is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | duration is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearTimeframe | ||
Description |
Clears the timeframe. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumGradeMetadata | ||
Description |
Gets the metadata for the minimum grade. | ||
Return | osid.Metadata | metadata for the minimum grade | |
Compliance | mandatory | This method must be implemented. | |
Method | setMinimumGrade | ||
Description |
Sets the minimum grade. | ||
Parameters | osid.id.Id | gradeId | the new grade |
Errors | INVALID_ARGUMENT | gradeId is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | gradeId is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearMinimumGrade | ||
Description |
Clears the minimum grade. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumScoreSystemMetadata | ||
Description |
Gets the metadata for the minimum score system. | ||
Return | osid.Metadata | metadata for the minimum score system | |
Compliance | mandatory | This method must be implemented. | |
Method | setMinimumScoreSystem | ||
Description |
Sets the minimum score system. | ||
Parameters | osid.id.Id | gradeSystemId | the new grade system |
Errors | INVALID_ARGUMENT | gradeSystemId is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | gradeSystemId is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearMinimumScoreSystem | ||
Description |
Clears the minimum score system. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumScoreMetadata | ||
Description |
Gets the metadata for the minimum score. | ||
Return | osid.Metadata | metadata for the minimum score | |
Compliance | mandatory | This method must be implemented. | |
Method | setMinimumScore | ||
Description |
Sets the minimum score. | ||
Parameters | decimal | score | the new minimum score |
Errors | INVALID_ARGUMENT | score is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearMinimumScore | ||
Description |
Clears the minimum score. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentlRequirementFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | assessmentRequirementRecordType | an assessment requirement record type |
Return | osid.course.requisite.records.AssessmentRequirementFormRecord | the assessment requirement form record | |
Errors | NULL_ARGUMENT | assessmentRequirementRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(assessmentRequirementRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |