diff --git a/Submission-flow.md b/Submission-flow.md index ca16da8..0a1e5bf 100644 --- a/Submission-flow.md +++ b/Submission-flow.md @@ -7,7 +7,7 @@ This article will describe in detail execution flow of submission from the point First thing user has to submit his/hers solution to web application which provides interface to upload multiple files and then submit them. More detailed description follows: 1. user upload file by file into prepared submit form -2. after uploading all files connected to assignment submits solution +2. after uploading all files connected to assignment solution can be submitted 3. Web Application send request to Web API that user wants to evaluate assignment with provided files ## Web API