OSID Logo
OSID Specifications
grading calculation package
Version 3.1.0
Interfaceosid.grading.calculation.GradebookColumnCalculationForm
Implementsosid.OsidObjectForm
Used Byosid.grading.calculation.GradebookColumnCalculationAdminSession
Description

This is the form for creating and updating GradebookColumnCalculations. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the GradebookColumnCalculationSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetInputGradebookColumnsMetadata
Description

Gets the metadata for the input gradebook columns.

Returnosid.Metadata metadata for the input gradebook columns
Compliancemandatory This method must be implemented.
MethodsetInputGradebookColumns
Description

Sets the input gradebook columns.

Parametersosid.id.Id[]gradebookColumnIds the new input gradebook columns
ErrorsINVALID_ARGUMENT gradebookColumnIds is invalid
NO_ACCESS gradebookColumnIds cannot be modified
NULL_ARGUMENT gradebookColumnIds is null
Compliancemandatory This method must be implemented.
MethodclearInputGradebookColumns
Description

Clears the Input gradebook columns.

Compliancemandatory This method must be implemented.
MethodgetOperationMetadata
Description

Gets the metadata for the calculation operation.

Returnosid.Metadata metadata for the calculation operation
Compliancemandatory This method must be implemented.
MethodsetOperation
Description

Sets the operation.

Parametersosid.grading.calculation.CalculationOperationoperation the new calculation operation
ErrorsINVALID_ARGUMENT operation is invalid
NO_ACCESS operation cannot be modified
Compliancemandatory This method must be implemented.
MethodgetTweakedCenterMetadata
Description

Gets the metadata for the tweaked center.

Returnosid.Metadata metadata for the tweaked center
Compliancemandatory This method must be implemented.
MethodsetTweakedCenter
Description

Sets the tweaked center.

Parametersdecimalcenter the new tweaked center
ErrorsINVALID_ARGUMENT center is invalid
NO_ACCESS center cannot be modified
Compliancemandatory This method must be implemented.
MethodclearTweakedCenter
Description

Clears the tweaked center.

Compliancemandatory This method must be implemented.
MethodgetTweakedStandardDeviation
Description

Gets the metadata for the tweaked standard deviation.

Returnosid.Metadata metadata for the standard deviation
Compliancemandatory This method must be implemented.
MethodsetTweakedStandardDeviation
Description

Sets the tweaked standard deviation.

ParametersdecimalstandardDeviation the new tweaked standard deviation
ErrorsINVALID_ARGUMENT standardDeviation is invalid
NO_ACCESS standardDeviation cannot be modified
Compliancemandatory This method must be implemented.
MethodclearTweakedStandarDeviation
Description

Clears the tweaked standard deviation.

Compliancemandatory This method must be implemented.
MethodgetGradebookColumnCalculationFormRecord
Description

Gets the GradebookColumnCalculationFormRecord corresponding to the given gradebook column calculation record Type.

Parametersosid.type.TypegradebookColumnCalculationRecordType the gradeboo column calculation record type
Returnosid.grading.calculation.records.GradebookColumnCalculationFormRecord the gradebook column calculation form record
ErrorsNULL_ARGUMENT gradebookColumnCalculationRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradebookColumnCalculationRecordType) is false
Compliancemandatory This method must be implemented.