From d27d4bb6b64e75a37e105a754ba5ec8b9ad32d63 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 5 Oct 2017 18:01:51 +0200 Subject: [PATCH] resubmit --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index 0bf8114..c692d28 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,3 +11,9 @@ Login mechanism of the system is prepared for this option. The only prerequisite ### I registered using CAS account but I want to use also local one This feature is currently not supported. + +## As a supervisor I want to see more detailed logs of user submission + +Before we start let us define some needed information. Results of debug submissions contains evaluation results, execution log and outputs of executed programs. And results of regular submission contains only results needed for proper assignment of points (aka. evaluation results). + +With this being said, all submissions made by students for an assignment are regular ones and even submissions of reference exercise solutions are regular. As a supervisor you should be able to do something called resubmit of user solution, this feature should be available on every page of particular submission. On resubmit debug outputs and execution log are turned on by default and can be found in results archive. Please note that resubmit of all solutions for assignment is just regular submission without debug information.