From 3f16a5d0c60808fa68fc3d922581c74c404f255f Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 3 Nov 2016 21:02:04 +0100 Subject: [PATCH] join results with submission --- User-documentation.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/User-documentation.md b/User-documentation.md index 34dac32..06f2357 100644 --- a/User-documentation.md +++ b/User-documentation.md @@ -36,15 +36,11 @@ Works only for ReCodEx authentication mechanism for external authentication serv #### Assigned exercises // TODO: deadlines, etc -#### Submission of assignment and its evaluation +#### Submission of assignment and its results 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 with all the provided statistics can be displayed. - -#### Results of submission - -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. +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 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