Interface | osid.assessment.AssessmentForm | ||
---|---|---|---|
Implements | osid.OsidObjectForm | ||
Description |
This is the form for creating and updating | ||
Method | getLevelMetadata | ||
Description |
Gets the metadata for a grade level. | ||
Return | osid.Metadata | metadata for the grade level | |
Compliance | mandatory | This method must be implemented. | |
Method | setLevel | ||
Description |
Sets the level of difficulty expressed as a | ||
Parameters | osid.id.Id | gradeId | the grade level |
Errors | INVALID_ARGUMENT | gradeId is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | gradeId is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearLevel | ||
Description |
Clears the grade level. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getRubricMetadata | ||
Description |
Gets the metadata for a rubric assessment. | ||
Return | osid.Metadata | metadata for the assesment | |
Compliance | mandatory | This method must be implemented. | |
Method | setRubric | ||
Description |
Sets the rubric expressed as another assessment. | ||
Parameters | osid.id.Id | assessmentId | the assessment Id |
Errors | INVALID_ARGUMENT | assessmentId is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | assessmentId is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearRubric | ||
Description |
Clears the rubric. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | assessmentRecordType | the assessment record type |
Return | osid.assessment.records.AssessmentFormRecord | 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. |