In my last game the "Offensive Flow" rating of my opponent was "inept (low)"
(8561933), but the "boxscore.xml" shows a "4.3".
http://www2.buzzerbeater.org/BBAPI/boxscore.aspx?matchid=8561933
How Do I get the correct rating ? My guess was:
(>=x.0 && <x.3) -> low
(>=x.3 && <x.6) -> middle
(>=x.6) -> high
for example ( opponent rating [Chemsheed] from
(8561933) ):
<outsideScoring>4.3</outsideScoring> -> inept (medium)
<insideScoring>6</insideScoring> -> average (low)
<outsideDefense>5.3</outsideDefense> -> mediocre (medium)
<insideDefense>4.6</insideDefense> -> inept (high)
<rebounding>5</rebounding> -> mediocre (low)
<offensiveFlow>4.3</offensiveFlow> -> inept (medium)
but the page shows
Chemsheed: offensiveFlow "inept (low)".
Thanks
Last edited by Sandwich at 1/21/2009 7:44:09 AM