| Interface | osid.course.chronicle.batch.AssessmentEntryBatchForm | ||
|---|---|---|---|
| Implements | osid.course.chronicle.AssessmentEntryForm | ||
| Description | This is the form for creating and updating assessment 
                entries in bulk.  | ||
| Method | getAssessmentId | ||
| Description | Gets the  | ||
| Return | osid.id.Id | the assessment  Id  | |
| Errors | ILLEGAL_STATE |  isForUpdate() is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStudentid | ||
| Description | Gets the student  | ||
| Return | osid.id.Id | the resource  Id  | |
| Errors | ILLEGAL_STATE |  isForUpdate() is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentEntryId | ||
| Description | Gets the  | ||
| Return | osid.id.Id | the assessment entry  Id  | |
| Errors | ILLEGAL_STATE |  isForUpdate() is false  | |
| Compliance | mandatory | This method must be implemented. | |