-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Is your feature request related to a problem?
The current implementation of WTI Scoreboard Problem PDF links (that is, clicking on a problem letter opens the PDF for the corresponding problem writeup) are essentially "hard-coded" to reference PDFs with problem letter-based names -- A.pdf, B.pdf, etc. This is inflexible and cumbersome; it requires the Contest Administrator to create an extra set of "letter-named" pdfs for the problem. Also, the letter values in the HREF text are "hard-coded" to be A, B, C, etc., meaning you can't have a problem set that uses different letter sequences.
Feature Description:
Update the HREFs associated with the problem headers so that the hyperlink references a file based on the "CLICS shortname" associated with the problem.
Do you have any specific suggestions for how your feature would be implemented in PC^2?
- Update the Default Scoring Algorithm so that it inserts a shortname-based URL in the problem definitions which get put into the XML output (which is then converted to JSON and transmitted to the WTI server).
- Update the Admin Guide section which explains how/where to post PDFs that are linked from the WTI scoreboard.