DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
701 stars 249 forks source link

Add configuration option to make disallow answering clarifications without claiming #2481

Open meisterT opened 2 months ago

meisterT commented 2 months ago

Currently claiming a clarification is purely decorative and doesn't enforce anything. The jury at the finals requested to make it actually impossible to reply to a clarification which is claimed by another jury member.

This could be a configuration setting.

thijskh commented 2 months ago

Is the issue that people replied to things they didn't notice were claimed by someone else? Would it already be helpful (for all installations) to have a warning at the reply box: "You are now replying to a claification claimed by X"?

meisterT commented 2 months ago

Multiple jury members answered the same clarification. So a dialog like you propose that checks for whether the question has been claimed or answered sounds useful.