You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior is intentional since track superscores are difficult given the current implementation of tracks and superscoring.
When superscoring, we currently generate a new interpreter from a modified SciolyFF representation that changes placings based on the superscore. The new interpreter is then used normally by the Duosmium template (with some cosmetic tweaks). Two main issues arise with this implementation:
Schools with teams in multiple tracks are not compatible with the combined and split track display method default in Duosmium, since a superscored representation combines all team placings from a school. This could be worked around by combining placements from a school from teams in the same track, so there will be a duplicate school entry for each track.
Track event placements are computed from the combined, "main" placement. Since gaps are allowed in placements, the computed track placings will not be accurate. This can be worked around by setting the explicit key to true and explicitly setting place and trackPlace.
In competitions with tracks (https://www.duosmium.org/results/2022-02-05_NC_elizabeth_city_regional_c/), the "Superscore" option isn't show in the popup.
The text was updated successfully, but these errors were encountered: