| Interface | osid.learning.ObjectiveForm | ||
|---|---|---|---|
| Implements | osid.OsidObjectForm | ||
osid.OsidFederateableForm | |||
| Description |
This is the form for creating and updating | ||
| Method | getAssessmentMetadata | ||
| Description |
Gets the metadata for an assessment. | ||
| Return | osid.Metadata | metadata for the assessment | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setAssessment | ||
| Description |
Sets the assessment. | ||
| Parameters | osid.id.Id | assessmentId | the new assessment |
| Errors | INVALID_ARGUMENT | assessmentId is invalid | |
| NO_ACCESS | assessmentId cannot be modified | ||
| NULL_ARGUMENT | assessmentId is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearAssessment | ||
| Description |
Clears the assessment. | ||
| Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getKnowledgeCategoryMetadata | ||
| Description |
Gets the metadata for a knowledge category. | ||
| Return | osid.Metadata | metadata for the knowledge category | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setKnowledgeCategory | ||
| Description |
Sets the knowledge category. | ||
| Parameters | osid.id.Id | gradeId | the new knowledge category |
| Errors | INVALID_ARGUMENT | gradeId is invalid | |
| NO_ACCESS | gradeId cannot be modified | ||
| NULL_ARGUMENT | gradeId is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearKnowledgeCategory | ||
| Description |
Clears the knowledge category. | ||
| Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCognitiveProcessMetadata | ||
| Description |
Gets the metadata for a cognitive process. | ||
| Return | osid.Metadata | metadata for the cognitive process | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setCognitiveProcess | ||
| Description |
Sets the cognitive process. | ||
| Parameters | osid.id.Id | gradeId | the new cognitive process |
| Errors | INVALID_ARGUMENT | gradeId is invalid | |
| NO_ACCESS | gradeId cannot be modified | ||
| NULL_ARGUMENT | gradeId is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCognitiveProcess | ||
| Description |
Clears the cognitive process. | ||
| Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectiveFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | objectiveRecordType | the objective record type |
| Return | osid.learning.records.ObjectiveFormRecord | the objective form record | |
| Errors | NULL_ARGUMENT | objectiveRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(objectiveRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |