| Interface | osid.course.requisite.LearningObjectiveRequirementForm | ||
|---|---|---|---|
| Implements | osid.OsidRuleForm | ||
osid.OsidAggregateableForm | |||
| Description |
This is the form for creating and updating | ||
| Method | getMinimumProficiencyMetadata | ||
| Description |
Gets the metadata for the minimum proficiency grade. | ||
| Return | osid.Metadata | metadata for the minimum proficiency | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setMinimumProficiency | ||
| Description |
Sets the minimum proficiency grade. | ||
| Parameters | osid.id.Id | gradeId | the new proficiency |
| 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 | clearMinimumProficiency | ||
| Description |
Clears the minimum proficiency grade. | ||
| Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLearningObjectiveRequirementFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | learningObectiveRequirementRecordType | a learning obective requirement record type |
| Return | osid.course.requisite.records.LearningObjectiveRequirementFormRecord | the learning obective requirement form record | |
| Errors | NULL_ARGUMENT | learningObectiveRequirementRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(learningObectiveRequirementRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |