-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support for LIFO / FIFO setting on judgement queue #480
Comments
Hint: We will include this as a parameter for judgement-target typed tasks. |
We have implemented this for the time being in such a way as that the An additional desirable outcome could be that always the newest (based on time) should be judged in the UI. @lucaro any thoughts on this one? |
I'd argue that rather than (or in addition to?) changing the insertion order per validator, it is probably more useful to give a priority flag to the validators. This could be any number; the higher, the more important. The mechanism that selects the validator would then not just use the least recent, but the least recent with the highest number. |
Fair enough, I implemnted this with e033a43 by adding the configuration parameter Evaluation administrators have to set the priority on each task template. |
Do they have to set the priority, or can they set the priority? I guess there should be a reasonable default, no? |
Let's adjust this once more: The default is the index in the task list (as opposed to the However, I'd suggest that then a run parameter could influence whether higher priority value results in being considered first or last. |
Why would the default not be |
Just to clarify: I was contemplating whether we should switch from the currently implemented default ( The semantic of the proposed default whould have been as follows: Still, the priority system currently is based on the task template. And might not reflect the order of the tasks as they were run during the evaluation. |
No, I would not do this. I would explicitly want to keep the |
In some cases, it would be desirable for evaluation organisers to influence how answers are judged, e.g. whether simply the new submissions are added to the end of the queue or to the front (i.e. judged earlier).
This could be a setting on the task run.
The text was updated successfully, but these errors were encountered: