From 0d2d15d1ae2a8b07517c7d3b3a09862ae1735def Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Wed, 2 Nov 2016 23:46:48 +0100 Subject: [PATCH] submission results --- User-documentation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/User-documentation.md b/User-documentation.md index ade5924..34dac32 100644 --- a/User-documentation.md +++ b/User-documentation.md @@ -40,10 +40,11 @@ Works only for ReCodEx authentication mechanism for external authentication serv As stated before assignments can be found in some particular group and are submitable only if several conditions are satisfied (deadlines, etc.). On detail of assignment files can be submitted for evaluation. Files can be uploaded only one by one and after uploading of all of them solution of assignment can be submitted. There is no need to specify language of provided files, application is using automatic detection from file extensions to find appropriate code language. This of course means that files has to have proper extension. -If everything goes well then after submitting of files progress bar of evaluation will be shown. When evaluation ends on backend side of ReCodEx, results can be displayed with all the provided statistics. +If everything goes well then after submitting of files progress bar of evaluation will be shown. When evaluation ends on backend side of ReCodEx, results with all the provided statistics can be displayed. #### Results of submission -// TODO: points, bonus point, etc + +User has access to results of all his/hers submissions, this can be accessed through submission list on assignment page. Results of submission contains some information about execution process and also about evaluation and points. Most notably there are information about evaluation, like date and time of evaluation, if deadlines were satisfied, if compilation was successful or if evaluation even finished. There is also list of all tests which are bounded with exercise and their percentual results. User can also access files which was submitted and notes which was provided. Results of submission should give overall image on user solution. ## Group supervisor