| Interface | osid.assessment.Item | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
osid.Aggregateable | |||
| Description | 
                 An     | ||
| Method | getLearningObjectiveIds | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.IdList | the learning objective  Ids   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLearningObjectives | ||
| Description | 
                     Gets the any   | ||
| Return | osid.learning.ObjectiveList | the learning objectives | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQuestionId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the question  Id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQuestion | ||
| Description | 
                     Gets the question.  | ||
| Return | osid.assessment.Question | the question | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAnswerIds | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.IdList | the answer  Ids   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAnswers | ||
| Description | 
                     Gets the answers.  | ||
| Return | osid.assessment.AnswerList | the answers | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getItemRecord | ||
| Description | 
                     Gets the item record corresponding to the given   | ||
| Parameters | osid.type.Type | itemRecordType | the type of the record to retrieve | 
| Return | osid.assessment.records.ItemRecord | 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. | |