From 6702a4c3127a7f4126a327c12fc117251c906db5 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Mon, 4 Jul 2016 16:02:49 +0200 Subject: [PATCH] Updated Terminology (markdown) --- Terminology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminology.md b/Terminology.md index ad614dd..33abf54 100644 --- a/Terminology.md +++ b/Terminology.md @@ -5,7 +5,7 @@ Official terminology of ReCodex which will be used in documentation and within c ## WebApp (ReCodex) Graphical frontend of the whole ReCodex. This part is used by teachers and students. -* **Exercise** - Teachers are creating exercises which are solved by students. When exercise is solved then students submit their solution, this solution with all other informations (needed by worker) is called submission. +* **Exercise/Assignment** - Teachers are creating exercises which are solved by students. When exercise is solved then students submit their solution, this solution with all other informations (needed by worker) is called submission. * **Sample solution** - When teachers create exercise, they should provide sample solution. This solution should pass all test cases in specified limits. It can be also used for auto-calibration of exercise.