Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement automatic tokens #246

Closed
lw opened this issue Feb 8, 2014 · 2 comments
Closed

Implement automatic tokens #246

lw opened this issue Feb 8, 2014 · 2 comments

Comments

@lw
Copy link
Member

lw commented Feb 8, 2014

In IOI 2013 there was detailed feedback on all submissions and they all counted towards the score. That happened automatically, without the contestants doing anything.
In CMS's terms, this would translate into "all submissions were automatically tokened". At the moment there's no configuration setting to achieve this. We need to add it.

I have a couple of uncertainties regarding its implementation:

  • How does this new token mode combine with the other ones? (i.e. what happens if at contest level tokens are automatic whereas at task level they're not, and vice versa)
  • Are Token objects explicitly created in the database, or will all the code that needs them act as if they existed?
@lw lw added rules labels Feb 8, 2014
@lw lw added this to the CMS 1.1 milestone Feb 8, 2014
@giomasce
Copy link
Member

giomasce commented Feb 8, 2014

I would avoid creating all the Token objects and modify the code so it is aware of the "auto tokens" feature. This probably also helps solving your first point, although I didn't really think about it.

(+1 for the issue and for the milestone)

@giomasce giomasce removed this from the CMS 1.1 milestone Jun 25, 2014
@stefano-maggiolo
Copy link
Member

Artem implemented a "score mode" functionality that allow this without creating token objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants