Document new scoring mechanism (PR #390) - #525
Conversation
Was used for control of point scoring. By leaving all point controlling keywords (besides COUNTRYLIST_POINTS) undefined the same result can be achieved.
* Do some further cleanup and * adapt test code
* set Cabrillo contest name * add SERIAL_OR_SECTION to get rid of annoying "section?" question * remove USE_COUNTRYLIST_ONLY
|
Minor comment: 2EU3DX_POINTS is not deprecated, it is not supported at all. Maybe a reference to the delivered rules would be helpful as they can serve as a starting point for a new contest. |
Thanks for reminding. It got dropped in 2013 but mentioned as 'deprecated' in man page and left as comments in some rules. So time to go. Will drop it. |
|
Finished documentation of point scoring logic. Feedback is welcomed. |
| points and multipliers. | ||
| . | ||
| .P | ||
| .B POINTS |
There was a problem hiding this comment.
All-caps make it look like a keyword. (Multipliers further below is ok)
Adding a .P after .B would avoid the run together of the title and the text:
Points Parameters controlling point scoring are listed below. Not all
can be combined arbitrarily. To use them correctly one should be aware
v.
Points
Parameters controlling point scoring are listed below. Not all can be
combined arbitrarily. To use them correctly one should be aware of the
| . | ||
| .P | ||
| .B POINTS | ||
| Parameters controlling point scoring are listed below. Not all can |
There was a problem hiding this comment.
How about this wording?
Not all parameters can be combined arbitrarily. To use them correctly, one should be aware of the evaluation order, in order of precedence, discussed below.
| \(bu Any contact which is evaluated as \fIdupe\fR gets zero points. | ||
| . | ||
| .P | ||
| \(bu If a python plugin module ist used for the contest (see |
| contacts with portable stations can be honored (see \fBPORTABLE_MULT_2\fR). | ||
| . | ||
| .P | ||
| \(bu Finally the default scoring is done by evaluating the country prefix |
There was a problem hiding this comment.
alt. wording/punctuation?
Finally, the default scoring is performed by evaluating the country prefix of the other station. This is controlled by the following parameters, in order of precedence.
| .TP | ||
| \fBCOUNTRYLIST\fR=\fI"comma separated list of prefixes"\fR | ||
| e.g. SM,LA,OZ,OH. | ||
| E.g. SM,LA,OZ,OZ |
| multiplied score. | ||
| . | ||
| .P | ||
| .B Multipliers |
There was a problem hiding this comment.
as for Points: an extra .P would make it stand out clearer
| . | ||
| .IP | ||
| Bands not in the list are weighted by 1. | ||
| Count as multi only if worked stations continent is CONTINENTLIST. |
|
This PR shall be about the man page only, Would it be possible to say rebase this branch on current master? |
|
As I was setting up for the KS QP this weekend I became a bit confused over the options for I see the man page has |
Work in Progress. Feedback is welcomed.