<< Click to Display Table of Contents >> Navigation: Support > Reconfigurable Rulebook > Definition Objects > AbbreviatedFormat |
An AbbreviatedFormat describes the format of a AbbreviatedResultCOF. These are used to display event scores to the athlete within his or her Athena compliant EST Monitor and to spectators through EST Displays.
AbbreviatedFormat is a sub-object of COURSE OF FIRE.
Name |
Value Type |
Description |
FormatName |
String |
A unique name given to this AbbreviatedFormat. Required when this is a top level AbbreviatedFormat. Not required if it is a child. |
EventName |
String |
The name of the top level event. String interpolation may be used to define multiple AbbreviatedFormat using derived values, based on Values. Required. Must be an EventName listed in the COURSE OF FIRE's Events attribute. |
EventDisplayName |
String |
The name to display to the athlete, in the EST Display, as the event name. Not required. If not included or blank, the value from EventName is used. |
Children |
List of AbbreviatedFormat. |
A list of child events who scores should be included in the resulting AbbreviatedResultCOF. The DoW100 athlete monitor displays the first 6 children's scores. The children of the children are not displayed. Not required. Defaults to an empty list. If included the child events must be actual children of the EventName. |
Values |
String formatted as Value Series. |
The following example is from a Three-Position 3x20 course of fire.
{
"FormatName" : "Qualification",
"EventName" : "Individual",
"Children" : [
{
"EventName" : "Prone",
"Children" : [
{
"EventName" : "PR 1"
},
{
"EventName" : "PR 2"
}
]
},
{
"EventName" : "Standing",
"Children" : [
{
"EventName" : "ST 1"
},
{
"EventName" : "ST 2"
}
]
},
{
"EventName" : "Kneeling",
"Children" : [
{
"EventName" : "KN 1"
},
{
"EventName" : "KN 2"
}
]
}
]
}
Note:
The Reconfigurable Rulebook and functionality will be implemented with the release of Orion Scoring System v. 3.0 (TBA)