Gradebook Column Calculation
Osid Rule
A GradebookColumnCalculation
represents a rule to derive a column baed on one or
more other columns.
| Name | Syntax | Many | Description |
|---|---|---|---|
| Identifiable | |||
id |
id | the Id |
|
| Extensible | |||
recordTypes |
type | ⋆ | the record types available |
| Browsable | |||
properties |
Property | ⋆ | a list of properties |
| OsidObject | |||
displayName |
displaytext | the display name | |
description |
displaytext | the description | |
genusType |
type | the genus type of this object | |
| Operable | |||
isActive |
boolean | true if this operable is active, false if it is
inactive |
|
isEnabled |
boolean | true if this operable is enabled, false if the
active status is determined by other rules |
|
isDisabled |
boolean | true if this operable is disabled, false if the
active status is determined by other rules |
|
isOperational |
boolean | true if this operable is operational, false
otherwise |
|
| OsidRule | |||
hasRule |
boolean | true if an explicit rule is available, false
otherwise |
|
ruleId |
id | the rule Id |
|
rule |
Rule | the rule | |
conditionRecordTypes |
type | ⋆ | a list of OsidCondition record Types |
| Name | Syntax | Many | Description |
|---|---|---|---|
gradebookColumnId |
id | the gradebook column Id |
|
gradebookColumn |
GradebookColumn | the gradebook column | |
inputGradebookColumnIds |
id | ⋆ | the derived column Ids |
inputGradebookColumns |
GradebookColumn | ⋆ | the derived columns |
operation |
CalculationOperation | the calculation operation | |
tweakedCenter |
decimal | the tweaked center | |
tweakedStandardDeviation |
decimal | the tweaked standard deviation |