Package org.osid.grading.calculation
The Open Service Interface Definitions for the org.osid.grading.calculation service.
The Grading Calculation OSID defines a service to apply calculations to
GradebookColumns .
GradebookColumnCalculations
A GradebookColumnCalculation is an OsidRule that is
created on a GradebookColumn to override a manual
GradeEntry with a rule. The rule has one or more input
GradebookColumns on which to calculate a result for the entries in the
target GradebookCol;umn.
GradebookColumnCalculations define several baked-in rules such as
averages and standard deviation. More exotic calculations can be done
through the attached GradebookColumnCalculationRecord or through an
associated reusable Rule .
For example, a Gradebook may have one GradebookColumn
for each quiz of four scores. A fifth GradebookColumn can be
created to attach a GradebookColumnCalculation to average to four
input quiz scores. The sixth GradebookColumn may contain the input
final exam scores and the seventh GradebookColumn defined for a
custom GradebookColumnCalculation that weights the seventh column
by 60% and the fifth column by 40% before averaging them. An eighth
GradebookColumn may be created for an alternate GradeSystem (A-F)
with an empty GradebookColumnCalculation that takes the final score
in the seventh column and transforms it to a letter grade for grading
submission at the end of the term.
Gradebook Cataloging
GradebookColumnCalculations are indirectly referenceable through
the Gradebook to which the associated GradebookColumn
reisdes. GradebookColumnCalculations do not have a complete
independent service pattern since they are directly attached to a single
GradebookColumn . Reusable calculations are achieved through
reusable Rules .
Copyright © 2010 Ingeenscus. 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.
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 notices 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.
This Work and the information contained herein is provided on an "AS IS" basis WITHOUT WARRANTY OF ANY KIND, 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.
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 contemplating export to obtain such a license before exporting this Work.
-
ClassDescriptionThis enumeration contains the various gradebook column calculations.A
GradebookColumnCalculationrepresents a rule to derive a column baed on one or more other columns.This session creates, updates, and deletesGradebookColumnCalculations.This is the form for creating and updatingGradebookColumnCalculations.Like allOsidLists,GradebookColumnCalculationListprovides a means for accessingGradebookColumnCalculationelements sequentially either one at a time or many at a time.This session provides methods for retrievingGradebookColumnCalculationss.The grading manager provides access to grading sessions and provides interoperability tests for various aspects of this service.TheGradingCalculationProfiledescribes the interoperability among grading calculation services.The grading calculation manager provides access to grading calculation sessions and provides interoperability tests for various aspects of this service.