| Interface | osid.assessment.authoring.AssessmentPartSmartBankSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session manages queries and sequencing to create 
                "smart" dynamic bank. An   This   | ||
| Method | getBankId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  Bank Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBank | ||
| Description | 
                     Gets the   | ||
| Return | osid.assessment.Bank | the bank | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartBanks | ||
| Description | 
                     Tests if this user can manage smart bank. A return of 
                    true does not guarantee successful authorization. A return 
                    of false indicates that it is known methods in this 
                    session will result in a   | ||
| Return | boolean |  false  if smart bank management is not authorized,  
true  otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentPartQuery | ||
| Description | 
                     Gets an assessment part query.  | ||
| Return | osid.assessment.authoring.AssessmentPartQuery | the assessment part query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentPartSearchOrder | ||
| Description | 
                     Gets an assessment part search order.  | ||
| Return | osid.assessment.authoring.AssessmentPartSearchOrder | the assessment part search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyAssessmentPartQuery | ||
| Description | 
                     Applies an assessment part query to this bank.  | ||
| Parameters | osid.assessment.authoring.AssessmentPartQuery | assessmentPartQuery | the assessment part query | 
| Errors | NULL_ARGUMENT |  assessmentPartQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  assessmentPartQuery  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectAssessmentPartQuery | ||
| Description | 
                     Gets an assessment part query inspector for this bank.  | ||
| Return | osid.assessment.authoring.AssessmentPartQueryInspector | the assessment part query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyAssessmentPartSequencing | ||
| Description | 
                     Applies an assessment part search order to this bank.  | ||
| Parameters | osid.assessment.authoring.AssessmentPartSearchOrder | assessmentPartSearchOrder | the assessment part search order | 
| Errors | NULL_ARGUMENT |  assessmentPartSearchOrder  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  assessmentPartSearchOrder  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentPartQueryFromInspector | ||
| Description | 
                     Gets an assessment part query from an inspector.  | ||
| Parameters | osid.assessment.authoring.AssessmentPartQueryInspector | assessmentPartQueryInspector | an assessment part query inspector | 
| Return | osid.assessment.authoring.AssessmentPartQuery | the assessment part query | |
| Errors | NULL_ARGUMENT |  assessmentPartQueryInspector  is  null   |                 |
| UNSUPPORTED |  assessmentPartQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |