|
<< Click to Display Table of Contents >> Navigation: Support > Reconfigurable Rulebook > Definition Objects > CalculationVariable |
CalculationVariables provide additional information that is used to calculate the Score of an Event
The Type of CalculationVariable is dependent on the value of the Event's Calculation. For example, if the Event's Calculation is AVERAGE, then the CalculationVariable should be of type INTEGER, specifying the number of shots to average together when calculating the score for this Event.
Design
Name |
Value Type |
Description |
VariableType |
String |
Must be "INTEGER" |
Value |
Integer |
The variable value. |
Name |
Value Type |
Description |
VariableType |
String |
Must be "FLOAT" |
Value |
Float |
The variable value. |
CalculationVariableString
Name |
Value Type |
Description |
VariableType |
String |
Must be "STRING" |
Value |
String |
The variable value. |
CalculationVariableScore
As in Score Component
Name |
Value Type |
Description |
VariableType |
String |
Must be "SCORE" |
Value |
String formatted as ScoreComponent |
The variable value. |