• Resolved ofccarlosborges

    (@ofccarlosborges)


    Hello how are you?
    I have a problem and would like help to solve it.
    A my site would use a scoring system to create the ranking of Chinese boxing athletes from the average of points where Gold is worth 12 points, Silver 8 points, Bronze 4 points and won fights worth 6 points, in case of a tie between two athletes it should 2 points will be added to the final average of the athlete who has the most gold medals and if the tie continues, +2 points will be given to the athlete who has the most fights won.
    How do I configure this?
    I’m getting familiar with a plugin, I already understand some of the configuration, but I don’t know how to make this tiebreaker.
    Thanks for the answer!

    Translated by Google Translate because I’m Brazilian.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi there @ofccarlosborges ,

    At SportsPress->Configure->Event Results you should create a “result” called Points which will be the default result.

    At SportsPress->Configure->Event Outcomes you shoud create:
    WIN = Most Points
    DRAW = Equal Points
    LOSS = Less Points

    At SportsPress->Configure->Table Columns you should create:
    GOLD = Total Points / 12
    SILVER = Total Points / 8
    Win Points = WIN * 6

    Based on the above Table Columns you can arrange your sorting criteria.

    I am not familiar at all with Chinese boxing…

    Thanks,
    Savvas

    Thread Starter ofccarlosborges

    (@ofccarlosborges)

    Thanks for the answer!

    What I want is to put in the result of the event the amount of medals that the athlete won and the score to be calculated automatically.
    Athlete A won 2 Gold medals and Gold is worth 16 bridges, so 16*2=32 points

    As for the league table, I really didn’t understand how it works and how I can make a tiebreaker.

    OBS: The champions are player vs player type so the classification is by his points

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sort logic’ is closed to new replies.