Package | Description |
---|---|
org.osid.assessment |
The Open Service Interface Definitions for the org.osid.assessment
service.
|
org.osid.assessment.batch |
The Open Service Interface Definitions for the org.osid.assessment.batch
service.
|
Modifier and Type | Method and Description |
---|---|
AssessmentTakenForm |
AssessmentTakenAdminSession.getAssessmentTakenFormForCreate(Id assessmentOfferedId,
Type[] assessmentTakenRecordTypes)
Gets the assessment taken form for creating new assessments taken.
|
AssessmentTakenForm |
AssessmentTakenAdminSession.getAssessmentTakenFormForUpdate(Id assessmentTakenId)
Gets the assessment taken form for updating an existing assessment
taken.
|
Modifier and Type | Method and Description |
---|---|
void |
AssessmentTakenAdminSession.updateAssessmentTaken(AssessmentTakenForm assessmentTakenForm)
Updates an existing assessment taken.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AssessmentTakenBatchForm
This is the form for creating and updating assessments taken in bulk.
|