-
In the past there have been various requests to support other scoring methods than pass/fail with penalty time, some have been listed in https://github.com/DOMjudge/domjudge/labels/scoring
Before w…
-
Currently we always give a penalty when a solution is wrong.
However during ICPC-style contests compiler-error might not produce a penalty.
We can use the `judgement-types` (see https://contest.…
-
Only minor upgrade https://github.com/DOMjudge/domjudge/compare/8.3.0...8.3.1
which mainly solves some functional bug like https://github.com/DOMjudge/domjudge/issues/2646
-
As a participant, it would be nice to get a push notification when the result of a submission comes in. DOMjudge already has notifications for incoming clarifications, but not yet for incoming submiss…
-
On an individual contest page, e.g. `/jury/contests/2` we show buttons for actions such as unfreeze, finalize, deactivate, etc. After the action happened (either by button press or time has passed) we…
-
![image](https://github.com/icpctools/icpctools/assets/14887731/7bbcb49a-7f18-42b3-a443-d7392ceacfa0)
I suspect this is because there is no contest yet, but in general I think there should never be…
vmcj updated
7 months ago
-
Hi!
I am using copydetect together with DOMjudge submissions. Effectively, the situation is that students can submit attempts at a problem multiple times. I want to check for plagiarism across stud…
-
Follow-up of #1807.
### Description of the enhancement request
In `contest.yaml`, `activate_time` and `deactivate_time` now need to be full-blown ISO strings, but I would like to use relative time…
-
seen using 8.3.0DEV/471813069
the
/public?static=1
scoreboard emits bits like this:
```
/favicon.ico
/images/*
/css/*
/style_domjudge.css
/markdown-preview
```
all those items should be re…
-
There has been an attempt of designing an API for providing a scoreboard of an ICPC) contest: 2016 [JSON Scoreboard](https://clics.ecs.baylor.edu/index.php/JSON_Scoreboard_2016).
For example, the rec…