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.