From 5fbb6568472edf5727b3a59cec38a7aec7b84814 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Wed, 9 Dec 2015 00:25:00 +0100 Subject: [PATCH] Updated Terminology (markdown) --- Terminology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminology.md b/Terminology.md index 218e0c4..3ecf91e 100644 --- a/Terminology.md +++ b/Terminology.md @@ -6,7 +6,7 @@ Handle incoming requests from php backend and forward them to actual workers, al ## Worker (Iso-eval) Program which executes and evaluates tasks given by QM. Its internally divided into net part (communication with QM) and evaluation part which evaluates task itself. -* **Submission** - It corresponds with job. But logically submission is larger term enclosing user submit of exercise, its evaluation and all other information. +* **Submission** - It corresponds with job. But logically submission is larger term enclosing user submit of exercise (solution) and all other information which are needed for evaluation. * **Job** - Basically structure which is transfered from QM (Aka. one request from QM is job). Internally set of tasks. Job itself has configuration which includes all information about this one submission.