diff --git a/Submission-flow.md b/Submission-flow.md index 0a1e5bf..8ce227c 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 solution can be submitted +2. after uploading all files connected to assignment user clicks on submit button 3. Web Application send request to Web API that user wants to evaluate assignment with provided files ## Web API