Package org.osid.course.requisite


package org.osid.course.requisite

The Open Service Interface Definitions for the org.osid.course.requisite service.

The Course Requisite OSID provides services for authoring requirements for Courses and Programs .

Requisites

The Requisite is an OsidRule used for a requirement component. A Requisite has 7 terms for evaluation that must all be true for this Requisite to be satisfied. Additional terms may be defined in the RequisiteRecord .

  • CourseRequirements
  • ProgramRequirements
  • CredentialRequirements
  • AssessmentRequirements
  • LearningObjectiveRequirements
  • an external Rule
  • Requisite options for nested OR terms

A Requisite is true if the active Requisite options term AND the CourseRequirements term AND the ProgramRequirements term AND CredentialRequirements AND AssessmentRequirements AND the LearningObjectiveRequirements AND Rule are all true.

A Requisite may also contain options, or sub-requisites. These options are Requisite nodes in a statement tree hierarchy that represent OR terms.

Requisites are also OsidEnablers that have effectiveness and may apply to specific populations of students.

CourseRequirements

A CourseRequirement is an OsidRule for a Course to be satisfied. The Course may be required to be taken in the past for a prerequisite, in the present for a co-requisite, or completed at some point in the future. The CourseRequirement may also require a minimum grade or credits earned. Additional constraints may be specified in the CourseRequirementRecord or an external Rule .

All specified rules in the CourseRequirement must be true for the requirement to be satisifed. Alternative Requisites may be specified inside the CourseRequirement to append OR terms.

ProgramRequirements

A ProgramRequirement is an OsidRule for a Program to be satisfied. The Program may be required to be taken in the past for a prerequisite, in the present for a co-requisite, or completed at some point in the future. The ProgramRequirement may also require a minimum GPA or credits earned. Additional constraints may be specified in the ProgramRequirementRecord or an external Rule .

All specified rules in the ProgramRequirement must be true for the requirement to be satisifed. Alternative Requisites may be specified inside the ProgramRequirement to append OR terms.

CredentialRequirements

A CredentialRequirement is an OsidRule for a Credential to be satisfied. The Course may be required to be taken in the past for a prerequisite, in the present for a co-requisite, or completed at some point in the future. Additional constraints may be specified in the CredentialRequirementRecord or an external Rule .

All specified rules in the CredentialRequirement must be true for the requirement to be satisifed. Alternative Requisites may be specified inside the CredentialRequirement to append OR terms.

LearningObjectiveRequirements

A LearningObjectiveRequirement is an OsidRule for a learning Objective to be satisfied. The LearningObjectiveRequirement may also require a minimum proficiency expressed as a Grade . Additional constraints may be specified in the ProgramRequirementRecord or an external Rule .

All specified rules in the LearningObjectiveRequirement must be true for the requirement to be satisifed. Alternative Requisites may be specified inside the LearningObjectiveRequirement to append OR terms.

AssessmentRequirements

An AssessmentRequirement is an OsidRule for an Assessment to be satisfied. The Assessment may be required to be taken in the past for a prerequisite, in the present for a co-requisite, or completed at some point in the future. The AssessmentRequirement may also require a minimum Grade or score. Additional constraints may be specified in the AssessmentRequirementRecord or an external Rule .

All specified rules in the AssessmentRequirement must be true for the requirement to be satisifed. Alternative Requisites may be specified inside the AssessmentRequirement to append OR terms.

AwardRequirements

An AwardRequirement is an OsidRule for an Award to be satisfied.

All specified rules in the AwardRequirement must be true for the requirement to be satisifed. Alternative Requisites may be specified inside the AwardRequirement to append OR terms.

Example

The prerequisite for course 16.36 is (16.004 or 6.003) and (16.09 or 6.041). The coorse prequisite will have two top level Requisites for the and terms.

The first Requisite will include a CourseRequirement for 16.004. That CourseRequirement will also include an alternative Requisite that will have a CourseRequirement for 6.003.

The second Requisite will include a CourseRequirement for 16.09. That CourseRequirement will also include an alternative Requisite that will have a CourseRequirement for 6.041.

CourseCatalog Cataloging

Requisites , CourseRequirements , ProgramRequirements, CredentialRequirements, LearningObjectiveRequirements , and AssessmentRequirements can be organized into federateble OsidCatalogs .


Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.

This Work is being provided by the copyright holder(s) subject to the following license. By obtaining, using and/or copying this Work, you agree that you have read, understand, and will comply with the following terms and conditions.

This Work and the information contained herein is provided on an ""AS IS"" basis. The Massachusetts Institute of Technology, the Open Knowledge Initiative, and THE AUTHORS DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER DEALINGS IN THE WORK.

Permission to use, copy and distribute unmodified versions of this Work, for any purpose, without fee or royalty is hereby granted, provided that you include the above copyright notice and the terms of this license on ALL copies of the Work or portions thereof.

You may nodify or create Derivatives of this Work only for your internal purposes. You shall not distribute or transfer any such Derivative of this Work to any location or to any third party. For the purposes of this license, Derivative shall mean any derivative of the Work as defined in the United States Copyright Act of 1976, such as a translation or modification.

The export of software employing encryption technology may require a specific license from the United States Government. It is the responsibility of any person or organization comtemplating export to obtain such a license before exporting this Work.

  • Interfaces
    Class
    Description
    A AssessmentRequirement is an OsidRule and represents a requirement based on an Assessment .
    This is the form for creating and updating AssessmentRequirements .
    Like all OsidLists , AssessmentRequirementList provides a means for accessing AssessmentRequirement elements sequentially either one at a time or many at a time.
    A AwardRequirement is an OsidRule and represents a requirement based on an Award .
    This is the form for creating and updating AwardRequirements .
    Like all OsidLists , AwardRequirementList provides a means for accessing AwardRequirement elements sequentially either one at a time or many at a time.
    A CourseRequirement is an OsidRule and represents a requirement based on the completion or a co-requisite of a course.
    This is the form for creating and updating CourseRequirements .
    Like all OsidLists , CourseRequirementList provides a means for accessing CourseRequirement elements sequentially either one at a time or many at a time.
    This is the query for searching CourseRequirements .
    The query inspector provides a means of accessing the match terms of a CourseRequirementQuery .
    An interface for specifying the ordering of CourseRequirement search results.
    The course requisite manager provides access to course requisite sessions and provides interoperability tests for various aspects of this service.
    The course requisite profile describes the interoperability among course requisite services.
    The course requisite manager provides access to course requisite sessions and provides interoperability tests for various aspects of this service.
    A CredentialRequirement is an OsidRule and represents a requirement based on a Credential .
    This is the form for creating and updating CredentialRequirements .
    Like all OsidLists , CredentialRequirementList provides a means for accessing CredentialRequirement elements sequentially either one at a time or many at a time.
    A LearningObjectiveRequirement is an OsidRule and represents a requirement based on a learning Objective .
    This is the form for creating and updating LearningObjectiveRequirements .
    Like all OsidLists , LearningObjectiveRequirementList provides a means for accessing LearningObjectiveRequirement elements sequentially either one at a time or many at a time.
    A ProgramRequirement is an OsidRule and represents a requirement based on the completion or enrollment for a Program .
    This is the form for creating and updating ProgramRequirements .
    Like all OsidLists , ProgramRequirementList provides a means for accessing ProgramRequirement elements sequentially either one at a time or many at a time.
    A Requisite represents a requirement.
    This session creates and removes requisites and their requirement components.
    This session provides methods to re-assign Requisites to CourseCatalogs .
    This session provides methods to retrieve Requisite to CourseCatalog mappings.
    This is the form for creating and updating Requisites .
    Like all OsidLists , RequisiteList provides a means for accessing Requisite elements sequentially either one at a time or many at a time.
    This session defines methods for retrieving requirements and requirement components.
    This session defines methods to receive notifications on adds/changes to Requisite objects in this CourseCatalog .
    This is the query for searching requisites.
    The query inspectors provide a means of accessing the match terms of a query.
    This session provides methods for searching among Requisites .
    The requisite receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Requisites .
    The search interface for governing requisite searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among Requisites .
    This session manages queries and sequencing to create "smart" dynamic catalogs.