| Interface | osid.assessment.Assessment | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Description |
An An | ||
| Method | getLevelId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | a grade Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLevel | ||
| Description |
Gets the | ||
| Return | osid.grading.Grade | the level | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | hasRubric | ||
| Description |
Tests if a rubric assessment is associated with this assessment. | ||
| Return | boolean | true if a rubric is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRubricId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | an assessment Id | |
| Errors | ILLEGAL_STATE | hasRubric() is false | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRubric | ||
| Description |
Gets the rubric. | ||
| Return | osid.assessment.Assessment | the assessment | |
| Errors | ILLEGAL_STATE | hasRubric() is false | |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentRecord | ||
| Description |
Gets the assessment record corresponding to the given
| ||
| Parameters | osid.type.Type | assessmentRecordType | the type of the record to retrieve |
| Return | osid.assessment.records.AssessmentRecord | the assessment record | |
| Errors | NULL_ARGUMENT | assessmentRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(assessmentRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |