Interface | osid.assessment.batch.AssessmentTakenBatchForm | ||
---|---|---|---|
Implements | osid.assessment.AssessmentTakenForm | ||
Description |
This is the form for creating and updating assessments
taken in bulk. | ||
Method | getAssessmentOfferedId | ||
Description |
Gets the | ||
Return | osid.id.Id | the assessment offered Id | |
Errors | ILLEGAL_STATE | isForUpdate() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getTakerId | ||
Description |
Gets the resource | ||
Return | osid.id.Id | the resource Id | |
Errors | ILLEGAL_STATE | isForUpdate() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentTakenId | ||
Description |
Gets the | ||
Return | osid.id.Id | the assessment taken Id | |
Errors | ILLEGAL_STATE | isForUpdate() is false | |
Compliance | mandatory | This method must be implemented. |