Difference between revisions of "Finalized"
From PC2wiki
m (add description) |
m (→See also: rename cat) |
||
Line 35: | Line 35: | ||
* [[Finalize]] - how to Finalize and create a Finalized element. | * [[Finalize]] - how to Finalize and create a Finalized element. | ||
− | [[Category: | + | [[Category:CLICS]] |
[[Category:Version 9.3]] | [[Category:Version 9.3]] | ||
[[Category:Import and Export]] | [[Category:Import and Export]] |
Latest revision as of 10:21, 3 December 2016
Finalizing the contest is a action that indicates that the contest final results have been certified. The individuals that finalize the contest results are entered into the comment element.
The finalized event (element) is created/sent when the contest is finalized.
Format
Name | Description | Type |
---|---|---|
timestamp | Wall-clock time when the contest was finalized | xsd:decimal seconds |
last-gold | The number of teams to receive a gold | xsd:int |
last-silver | The number of teams to receive a silver | xsd:int |
last-bronze | The number of teams to receive a bronze | xsd:int |
comment | A comment about who finalized the contest | xsd:string |
Example:
<finalized> <timestamp>1265336078.01</timestamp> <last-gold>4</last-gold> <last-silver>8</last-silver> <last-bronze>12</last-bronze> <comment>Finalized by John Doe and Jane Doe</comment> </finalized>
See Also
- Event Feed
- Finalize - how to Finalize and create a Finalized element.