Interface | osid.course.Course | ||
---|---|---|---|
Implements | osid.OsidObject | ||
osid.Operable | |||
Description |
A | ||
Method | getTitle | ||
Description |
Gets the formal title of this course. It may be the same as the display name or it may be used to more formally label the course. A display name might be Physics 102 where the title is Introduction to Electromagentism. | ||
Return | osid.locale.DisplayText | the course title | |
Compliance | mandatory | This method must be implemented. | |
Method | getNumber | ||
Description |
Gets the course number which is a label generally used to index the course in a catalog, such as T101 or 16.004. | ||
Return | string | the course number | |
Compliance | mandatory | This method must be implemented. | |
Method | hasSponsors | ||
Description |
Tests if this course has sponsors. | ||
Return | boolean | true if this course has sponsors, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getSponsorIds | ||
Description |
Gets the sponsor | ||
Return | osid.id.IdList | the sponsor Ids | |
Errors | ILLEGAL_STATE | hasSponsors() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getSponsors | ||
Description |
Gets the sponsors. | ||
Return | osid.resource.ResourceList | the sponsors | |
Errors | ILLEGAL_STATE | hasSponsors() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCreditAmountIds | ||
Description |
Gets the credits in which this course can be offered.
The credits are expressed as | ||
Return | osid.id.IdList | the grade Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getCreditAmounts | ||
Description |
Gets the credits in which this course can be offered.
The credits are expressed as | ||
Return | osid.grading.GradeList | the credits | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getPrerequisitesInfo | ||
Description |
Gets the an informational string for the course prerequisites. | ||
Return | osid.locale.DisplayText | the course prerequisites | |
Compliance | mandatory | This method must be implemented. | |
Method | hasPrerequisites | ||
Description |
Tests if this course has | ||
Return | boolean | true if this course has prerequisites false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getPrerequisiteIds | ||
Description |
Gets the requisite | ||
Return | osid.id.IdList | the requisite Ids | |
Errors | ILLEGAL_STATE | hasPrerequisites() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getPrerequisites | ||
Description |
Gets the requisites for the course prerequisites. Each
| ||
Return | osid.course.requisite.RequisiteList | the requisites | |
Errors | ILLEGAL_STATE | hasPrerequisites() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | getLevelIds | ||
Description |
Gets the grade level | ||
Return | osid.id.IdList | the returned list of grade level Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getLevels | ||
Description |
Gets the grade levels of this course. Multiple levels may exist for different systems. | ||
Return | osid.grading.GradeList | the returned list of grade levels | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | isGraded | ||
Description |
Tests if this course is graded. | ||
Return | boolean | true if this course is graded, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradingOptionIds | ||
Description |
Gets the various grading option | ||
Return | osid.id.IdList | the returned list of grading option Ids | |
Errors | ILLEGAL_STATE | isGraded() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradingOptions | ||
Description |
Gets the various grading options available to register in this course. | ||
Return | osid.grading.GradeSystemList | the returned list of grading options | |
Errors | ILLEGAL_STATE | isGraded() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | hasLearningObjectives | ||
Description |
Tests if this course has associated learning objectives. | ||
Return | boolean | true if this course has a learning objective, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getLearningObjectiveIds | ||
Description |
Gets the overall learning objective | ||
Return | osid.id.IdList | Ids of the l earning objectives | |
Errors | ILLEGAL_STATE | hasLearningObjectives() is false | |
Compliance | mandatory | This method is must be implemented. | |
Method | getLearningObjectives | ||
Description |
Gets the overall learning objectives for this course. | ||
Return | osid.learning.ObjectiveList | the learning objectives | |
Errors | ILLEGAL_STATE | hasLearningObjectives() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCourseRecord | ||
Description |
Gets the course record corresponding to the given
| ||
Parameters | osid.type.Type | courseRecordType | the type of course record to retrieve |
Return | osid.course.records.CourseRecord | the course record | |
Errors | NULL_ARGUMENT | courseRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(courseRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |