Interface | osid.assessment.ItemForm | ||
---|---|---|---|
Implements | osid.OsidObjectForm | ||
osid.OsidAggregateableForm | |||
Description |
This is the form for creating and updating | ||
Method | getLearningObjectivesMetadata | ||
Description |
Gets the metadata for learning objectives. | ||
Return | osid.Metadata | metadata for the learning objectives | |
Compliance | mandatory | This method must be implemented. | |
Method | setLearningObjectives | ||
Description |
Sets the learning objectives. | ||
Parameters | osid.id.Id[] | objectiveIds | the learning objective Ids |
Errors | INVALID_ARGUMENT | objectiveIds is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearLearningObjectives | ||
Description |
Clears the learning objectives. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getItemFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | itemRecordType | the item record type |
Return | osid.assessment.records.ItemFormRecord | the item record | |
Errors | NULL_ARGUMENT | itemRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(itemRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |