Title: Team performance
Last modified: January 31, 2019

---

# Team performance

 *  Resolved [danielgross7](https://wordpress.org/support/users/danielgross7/)
 * (@danielgross7)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/team-performance/)
 * Hello everyone,
    I am trying to configure SportsPress properly for my sports 
   web page and am wondering, if there is any possibility to configure following
   scenario:
 * Let me give a short overview about the rules:
    Players compete against each other
   for team points. A player who has more points on a lane gets one set point. If
   the players have knocked down the same number of pins, each gets 0.5 set points.
   The player with more set points gets a team point. If they have 2 set points 
   each, the player with the higher total number of pins gets the team point. If
   they have the same number of pins, each team gets 0.5 team points (this part 
   was not a problem to configure for me).
 * Now comes the tricky part for me:
    The team points are added up, the team with
   more total pins gets 2 additional team points. The team with more team points
   wins the game. If the team point score is 4:4, the game is tied.
 * How can I configure SportsPress, such that the team with more total pins get 
   2 additional team points (in case the total pin number is the same, every team
   gets 1 team point)?
 * Kindly ask for help,
    Daniel

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

 *  [geffish](https://wordpress.org/support/users/geffish/)
 * (@geffish)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/team-performance/#post-11151885)
 * Fucking good question.
 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/team-performance/#post-11156735)
 * Hi Daniel!
 * I’m not sure if I get your desired setup.
 * Do you have an example of a match (or a couple of matches) where we can see this?
 * As far as I can see, it’s likely that you’ll need to add a single team event,
   then use some custom code to arrange the single players’ matchup.
 * Thanks!
 *  Thread Starter [danielgross7](https://wordpress.org/support/users/danielgross7/)
 * (@danielgross7)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/team-performance/#post-11157639)
 * Hello [@rochesterj](https://wordpress.org/support/users/rochesterj/),
    here is
   a link to example matches: [http://www.tuskegeln.de/wp-content/uploads/homepagearchiv/spielberichte/2018_19/m1/](http://www.tuskegeln.de/wp-content/uploads/homepagearchiv/spielberichte/2018_19/m1/)
 * Ges = all pins
    SP = set points MP = team point
 * In the last row (including TP, which is table points), you will find the thing
   I mean: depending on the Ges of all players, a team obtains additional team points.
   Therefore, e.g. in _Sp1.pdf you will see, that the final match result is 5:3 (
   instead of 3:3, when summing up all team points).
 * Best regards and thanks for help,
    Daniel
 *  Thread Starter [danielgross7](https://wordpress.org/support/users/danielgross7/)
 * (@danielgross7)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/team-performance/#post-11185267)
 * Hello [@rochesterj](https://wordpress.org/support/users/rochesterj/)
    do you 
   have any updates on this topic?
 * Kind regards,
    Daniel
 *  Thread Starter [danielgross7](https://wordpress.org/support/users/danielgross7/)
 * (@danielgross7)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/team-performance/#post-11338766)
 * It seems, that this topic got a bit lost 🙁
 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/team-performance/#post-11351996)
 * Hallo Daniel!
 * Although I’m learning German, mine isn’t nearly good enough to understand these.
 * Please kindly send us some simple examples (player A vs player b…). I think you
   just need to set up a single event with all sub-events you need – although you
   won’t be able to define the individual head-to-head match by default, you’ll 
   need some custom code.
 * Thanks!
 *  Thread Starter [danielgross7](https://wordpress.org/support/users/danielgross7/)
 * (@danielgross7)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/team-performance/#post-11398392)
 * Hello [@rochesterj](https://wordpress.org/support/users/rochesterj/) ,
    pretty
   cool, that you want to learn german! Though its a tough language. All the best
   for you!
 * Let’s make it as simple as possible and assume, our team exists of player A and
   our opponent’s team has player B. No more player in both teams. And for making
   it even more easier, we just play 30 throws – which consists of 15 throws in 
   a full lane and 15 throws where you have to clear the lane.
 * What is easy to implement is the following:
 * Player A’s values: (100 pins full lane, 50 pins in clearing the lane, 2 Missthrows,
   150 Total)
 * Player B’s values: (90 pins full lane, 55 pins in clearing the lane, 0 Missthrows,
   145 Total)
 * Following the rules from above, player A gets 1 set point, as he hit more pins(
   150 > 145). Now even more, as player A got more set points than player B, he 
   gets 1 team point. (If set point of player B is greater than set points of player
   A, then player B gets the team point of course. If set points are equal, then
   the player having more total gets the team point. If both set points and total
   are equal, it’s 0.5 team points for both.)
    Well, these values I can easily extract
   from an excel sheet and I don’t want to overcomplicate things – therefore I don’t
   want to implement this part.
 * Now comes the difficult – at least for me – part, as the game is over the team
   having more pins in total are getting extra team points.
    In our simple example
   its team with player A, that got more total pins, thus this team gets 2 extra
   team points – if total is equal, both teams getting 1 extra team point.
 * If you need a bigger example I can also setup something for you.
 * Best regards,
    Daniel
 *  Thread Starter [danielgross7](https://wordpress.org/support/users/danielgross7/)
 * (@danielgross7)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/team-performance/#post-11468052)
 * Hello [@rochesterj](https://wordpress.org/support/users/rochesterj/),
    this issue
   is resolved, even though it’s not calculated automatically. I added another field
   for rule, where I add extra team points manually.
 * I also posted this to your ideaboard. Let’s see what will happen 🙂
 * Best regards,
    Daniel

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

The topic ‘Team performance’ is closed to new replies.

 * ![](https://ps.w.org/sportspress/assets/icon-256x256.png?rev=1252005)
 * [SportsPress - Sports Club & League Manager](https://wordpress.org/plugins/sportspress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sportspress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sportspress/)
 * [Active Topics](https://wordpress.org/support/plugin/sportspress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sportspress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sportspress/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [danielgross7](https://wordpress.org/support/users/danielgross7/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/team-performance/#post-11468052)
 * Status: resolved