-
Notifications
You must be signed in to change notification settings - Fork 11
Scorecard generation #67
Comments
http://www.cubingusa.com/skel/admin/scorecards/FullNameOpen2012.pdf looks pretty nice, but could be easier to cut (more spacing between cards). |
I think it would be nice to allocate a field specifically for keeping track of which extra scrambles have been used. |
CubingUSA uses LaTeX. I definitely optimized the template to make the scorecard as big as possible. I also made the template about 7 years ago, so I won't claim it's perfect, but it's definitely survived well with minimal maintenance. Re: heats, I've been starting to think about how to automate that process. Haven't gotten anywhere yet. But I would definitely be happy to either integrate that into gjcomps or at least have my heats system output a file that gjcomps knows how to read. |
Awesome! I would really love to integrate heat generation seamlessly into gjcomps, but we can agree upon a data format if necessary. |
CSS print media is pretty easy: https://developer.mozilla.org/en-US/docs/Web/CSS/@media |
This exists too: |
Neat idea from Pedro: scorecards could include the cutoffs for a round. |
Sounds like a great idea, as long as we can express the different cutoffs properly. |
Stealing an idea from James Malloy on the delegate list:
|
Also sounds like a neat idea. However, we should make sure that the attempt using scramble #4 shows up as fourth on the WCA (so that we can continue using the competition scrambles to investigate incidents with as little extra confusion as possible). |
Yeah, this is a good idea. @lgarron, I think the procedure described handles your concern. However I would prefer not to include entire extra lines for times if there is another way to achieve this. While digging through emails, I also came across another idea: for competitions with multiple rooms, stages, or competition areas, put the room on the scorecard (related to #28). Another idea I recall being implemented somewhere, but I can't seem to find: provide a graphical representation of penalties on the scorecard. |
Also from the report, the actual scorecards: And the scorecard generator: http://cubingchina.com/static/score-card.xlsx edit: In the delegate report for Hong Kong Cube Day 2017, Kim Chan mentioned a "Name chop / Name stamp" that they use now: |
What the example cubecomps is missing is there is an extra number on the scorecard, in the top left. This is the nth person in that round of an event. This makes sorting easier for some people, such as @KitClement. That said, I really like the penalty idea on the chinese scorecards. |
Hmm.. "nth person" means based on previous wca results? Like the psych sheet? |
For round 1, it at least means alphabetically. When you open a 2nd round of an event, and advance the competitors, when everybody has no results yet it still lists them alphabetically. I would assume in this case it still means alphabetically. |
It was brought up here (cubing/icons#15) that the Chinese penalty icons don't make clear whether penalties for having contact with the puzzle when operating the timer (A4b1, A6c) and hand placement while operating the timer (A4b, A6c) are being applied at the start or the end of an attempt. To rectify this, as well as remain consistent with A7b1, I propose that scorecards have columns for starting penalties, the displayed result, ending penalties, and final result. This follows the "X + T + Y = F" format of A7b1 and keeps the (identical) icons for A4b1 and A6c separate. |
Looks neat. With how uncommon extra scrambles are (although they do happen every competition), extra scramble reasons would be better to write on the back imo. I do like the design though. |
An interesting idea would be to have customisable scorecards with optional
fields (i.e. check a box and get that bottom field).
Of course, implementation is a different story.
…On Feb 21, 2017 3:04 PM, "Caleb" ***@***.***> wrote:
Looks neat.
I'd probably remove "Category" and "Round" from up top and just have that
row say "Pyraminx - Round 1" as it's fairly obvious to know the pyraminx is
the category (event) and it says the round cleanly.
With how uncommon extra scrambles are (although they do happen every
competition), extra scramble reasons would be better to write on the back
imo. I do like the design though.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#67 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AF0Xe0kFjJ9a8yjuIUmB-PaGN1eAywK1ks5re21ugaJpZM4DEbrF>
.
|
Customizability has a cost beyond implementation. As a parallel example, I think we got a lot of benefit out of pretty much everyone using the same FMC sheet. As long as it serves the purposes most competitions need, I think there's great value in TNoodle providing scorecards that are used the same way around the entire world. |
James just informed me that people actually do use this feature of cubecomps. I guess Berkeley comps don't because they never have printers.
Unfortunately, large competitions such as US Nationals can't use cubecomps to print out scorecards, because Tim has built this heat generation infrastructure.
Unfortunately, I think HTML/CSS isn't the best for generating printable pages. Lucas Garron has experience with this from Mark2 (cubing/mark2#11), I'll ask him to comment here. If HTML/CSS is not an option, we can look into generating a PDF with javascript (jspdf?)
If we support scorecards, then we could also assign competitors id numbers and print them on the scorecards. This would give an alternative way of choosing competitors when doing data entry.
The text was updated successfully, but these errors were encountered: