| Interface | osid.learning.ProficiencyForm | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipForm | ||
| Description | 
                 This is the form for creating and updating   | ||
| Method | getCompletionMetadata | ||
| Description | 
                     Gets the metadata for completion percentage.  | ||
| Return | osid.Metadata | metadata for the completion percentage | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setCompletion | ||
| Description | 
                     Sets the completion percentage.  | ||
| Parameters | decimal | completion | the completion percentage | 
| Errors | INVALID_ARGUMENT |  completion  is invalid  |                 |
| NO_ACCESS |  Metadata.isReadOnly()  is  true   |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCompletion | ||
| Description | 
                     Clears the completion.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  or  Metadata.isReadOnly() 
 is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLevelMetadata | ||
| Description | 
                     Gets the metadata for a level.  | ||
| Return | osid.Metadata | metadata for the grade level | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setLevel | ||
| Description | 
                     Sets the level expressed as a   | ||
| Parameters | osid.grading.Grade | grade | the level | 
| Errors | INVALID_ARGUMENT |  grade  is invalid  |                 |
| NO_ACCESS |  Metadata.isReadOnly()  is  true   |                 ||
| NULL_ARGUMENT |  grade  is  null   |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearLevel | ||
| Description | 
                     Clears the level.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  or  Metadata.isReadOnly() 
 is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProficiencyFormRecord | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.type.Type | proficiencyRecordType | a proficiency record type | 
| Return | osid.learning.records.ProficiencyFormRecord | the proficiency form record | |
| Errors | NULL_ARGUMENT |  proficiencyRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(proficiencyRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |