First off: thank you for this tool - it looks great for many of the use cases we are seeing with our courses. I have just started working with it, but so far the installation and the local docker of the Jobe server went off perfectly.
I am trying to understand if there is some way to handle very long running submissions. In particular, what if the code submitted by a student takes 5-10 minutes (or more) to compile and evaluate? The specific example I am looking at is for hardware synthesis - users submit code in Verilog which gets put through a synthesis tool and is evaluated to see if it meets timing constraints. I can script all of this, but the compilation itself can easily take several minutes.
As of now, (provided I increase the timeout) it looks as though once I submit my answer, the page basically hangs there waiting for the result. Is it possible to have the page say "submission accepted, check back later for the result" or something like that?
In other words, that would probably make it more like an assignment evaluator rather than a quiz. Is this feasible with coderunner?
Apologies if this has been answered before - I have looked through the past discussions on this and the developer forum but couldn't find anything that fits.
Thanks,
Nitin