Page 1 of 2

Scorecard questions

Posted: Sat Jul 04, 2009 10:02 pm
by Jcmoney1010
I was wondering if anyone could give me a chart of what all the abbreviations mean? I understand the basics but things like ab 3 and ab 5 have me lost, a list of what all those things mean would be very helpful. Thanks and keep up the great work!

Re: Scorecard questions

Posted: Sun Jul 05, 2009 1:21 am
by FTMSupport
Here is a list of most of the abbreviations we use. Some of these we actually display slightly different in the scorecard than in stats... for example, strikeout looking is a backward K on the scorecard.

You specific example, AB3 or AB5 means runner was advanced by batter #3 or advanced by batter #5.


// Ways to get on base

BATTER_SINGLE = "1B"
BATTER_DOUBLE = "2B"
BATTER_TRIPLE = "3B"
BATTER_HOMERUN = "HR"
BATTER_WALK = "BB"
BATTER_WALK_INTENTIONAL = "IBB"
BATTER_HIT_BY_PITCH = "HBP"
BATTER_FIELDERS_CHOICE = "FC"
BATTER_ERROR = "E"
BATTER_WP_3RD_STRIKE = "WP"
BATTER_PB_3RD_STRIKE = "PB"
BATTER_CATCHER_INTERFERENCE = "CI"
BATTER_GROUND_RULE_DOUBLE = "GRD"

// Ways batter can make an out

BATTER_STRIKEOUT_LOOKING = "Kc"
BATTER_STRIKEOUT_SWINGING = "Ks"
BATTER_STRIKEOUT_DROPPED = "Kd"
BATTER_FLYOUT = "F"
BATTER_GROUNDOUT = "G"
BATTER_UNASSISTED_PUTOUT = "U"
BATTER_LINEOUT = "L"
BATTER_INFIELD_FLY_RULE = "IFR"
BATTER_BUNT_OUT = "BO"
BATTER_SACRIFICE_FLY = "SacF"
BATTER_SACRIFICE_BUNT = "SacB"
BATTER_OUT_FAN_INTERFERENCE = "FanInt"

// Ways runner can make an out

RUNNER_PICKED_OFF = "PO"
RUNNER_FORCE_OR_TAG_OUT = "RFOTO"
RUNNER_CAUGHT_STEALING = "CS"
RUNNER_RUNDOWN = "RD"
RUNNER_FIELDERS_CHOICE = "FC"
RUNNER_INTERFERENCE = "RI"
RUNNER_HIT_BY_BALL = "HBB"
RUNNER_MISSED_BASE = "MB"
RUNNER_LEFT_BASE_EARLY = "LBE"
RUNNER_LEFT_BASE_PATH = "LBP"
RUNNER_DEFENSIVE_INDIFFERENCE = "DI"
RUNNER_ON_THE_THROW = "OT"
RUNNER_BALL_OUT_OF_PLAY = "OOP"
RUNNER_ERROR = "RE"
RUNNER_FORCE_OUT = "FO"
RUNNER_TAG_OUT = "TO"


// Ways runner can advance bases

RUNNER_ADVANCED_BY_BATTER = "AB"
RUNNER_ADVANCED_BY_BALK = "BK"
RUNNER_STOLEN_BASE = "SB"
RUNNER_WILD_PITCH = "WP"
RUNNER_PASSED_BALL = "PB"

Re: Scorecard questions

Posted: Mon Jul 06, 2009 6:51 am
by Phantom Sage
Curious,

How would you score Batter SAFE on D3 because either 2 overthrew 3 (E2) or if E3.

Will the D3 still show and the pitcher get a "K" or will the E2 or E3 replace the D3?

Re: Scorecard questions

Posted: Mon Jul 06, 2009 7:42 am
by FTMSupport
You should still record the play as either "Dropped 3rd Strike" (error on catcher) or "Wild Pitch 3rd Strike" (error on pitcher). If you would like to add an additional error to the play, you can do that when it asks what happened to the runner on first, or by clicking the Misc button and using "Assign Error".

The overthrown ball or ball dropped by first baseman does not negate the dropped third strike. The batter still made it to first because of the dropped third strike.

Re: Scorecard questions

Posted: Tue Jul 07, 2009 12:26 pm
by coop85
Just to clarify, a batter reaching base because of a dropped 3rd strike does not result in an error. It is either a wild pitch or passed ball, but no error is charged. Rule 10.14 (f)(1)(i+ii)

Thanks, Eric

Re: Scorecard questions

Posted: Tue Jul 07, 2009 2:46 pm
by FTMSupport
That is correct... while technically they are errors on the pitcher or catcher, they do not count in statistics as errors --- they have their own categories.

Re: Scorecard questions

Posted: Thu Jul 09, 2009 1:24 pm
by Phantom Sage
However,

If it is a passed ball or WP, yet the catcher gets the ball in time for the 2-3 putout and the batter is now safe as the result of an overthrown ball or a dropped throw by 1B, should you not score an E2 or E3 respectively?

Re: Scorecard questions

Posted: Thu Jul 09, 2009 6:40 pm
by FTMSupport
Yes, you should.

Re: Scorecard questions

Posted: Mon Jul 20, 2009 1:07 pm
by OhioTex
FTM ... had not seen you publish a llist of the possible abbreviations before, as it appears to be cut and paste from source code definition... perhaps that could be added to the info page in a future release. or posted off the web portal in development. just for reference.

Re: Scorecard questions

Posted: Mon Jul 20, 2009 5:07 pm
by FTMSupport
We will be posting a more complete legend, and in a more formalized way soon.