Interface | osid.course.chronicle.AssessmentEntry | ||
---|---|---|---|
Implements | osid.OsidRelationship | ||
Description |
An | ||
Method | getStudentId | ||
Description |
Gets the | ||
Return | osid.id.Id | the student Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getStudent | ||
Description |
Gets the | ||
Return | osid.resource.Resource | the student | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentId | ||
Description |
Gets the | ||
Return | osid.id.Id | the assessment Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessment | ||
Description |
Gets the | ||
Return | osid.assessment.Assessment | the assessment | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getDateCompleted | ||
Description |
Gets the completion date. | ||
Return | osid.calendaring.DateTime | the date completion | |
Compliance | mandatory | This method must be implemented. | |
Method | hasProgram | ||
Description |
Tests if this assessment applies to a program. If
| ||
Return | boolean | true if a program is available, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getProgramId | ||
Description |
Gets the | ||
Return | osid.id.Id | the program Id | |
Errors | ILLEGAL_STATE | hasProgram() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getProgram | ||
Description |
Gets the | ||
Return | osid.course.program.Program | the program | |
Errors | ILLEGAL_STATE | hasProgram() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | hasCourse | ||
Description |
Tests if this assessment applies to a specific course.
If | ||
Return | boolean | true if a course is available, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseId | ||
Description |
Gets the | ||
Return | osid.id.Id | the course Id | |
Errors | ILLEGAL_STATE | hasCourse() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourse | ||
Description |
Gets the | ||
Return | osid.course.Course | the course | |
Errors | ILLEGAL_STATE | hasCourse() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | hasGrade | ||
Description |
Tests if a grade is available. | ||
Return | boolean | true if a grade is available, false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeId | ||
Description |
Gets the | ||
Return | osid.id.Id | the grade Id | |
Errors | ILLEGAL_STATE | hasGrade() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getGrade | ||
Description |
Gets the | ||
Return | osid.grading.Grade | the grade | |
Errors | ILLEGAL_STATE | hasGrade() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | hasScore | ||
Description |
Tests if a score is available. | ||
Return | boolean | true if a score is available, false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getScoreScaleId | ||
Description |
Gets the | ||
Return | osid.id.Id | the grade system Id | |
Errors | ILLEGAL_STATE | hasScore() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getScoreScale | ||
Description |
Gets the | ||
Return | osid.grading.GradeSystem | the grade system | |
Errors | ILLEGAL_STATE | hasScore() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | getScore | ||
Description |
Gets the cumulative score. | ||
Return | decimal | the score | |
Errors | ILLEGAL_STATE | hasScore() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentEntryRecord | ||
Description |
Gets the assessment entry record corresponding to the
given | ||
Parameters | osid.type.Type | assessmentEntryRecordType | the type of assessment entry record to retrieve |
Return | osid.course.chronicle.records.AssessmentEntryRecord | the assessment entry record | |
Errors | NULL_ARGUMENT | assessmentEntryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(assessmentEntryRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |