Skip to content
#

coding-interviews

Here are 263 public repositories matching this topic...

Xyene
Xyene commented Oct 21, 2019

Right now we hardcode "1", "2", "3", etc. Some contests (like ICPC) may wish to use different labels, like "A", "B", or "C". I'm in favour of allowing user to override by a label field in ContestProblem, and give the contest format the choice when that is null by some sort of get_label_for_problem(n : int) -> str function.

INGInious
ogoletti
ogoletti commented Oct 5, 2017

A student should be able to get an anonymised link of their submission so that they could share it (e.g. on social network). The view would be a readonly view with the feedback of the submission still visible. The link should only contain the submission id.
There should be an option in the task conf to allow or not this feature on a par-task basis.
If an admin follow such a link, he should be r

You can’t perform that action at this time.